| Thread | Last Post | Replies |
|
| Atomicity | 20 Oct 2004 08:10 GMT | 4 |
Is a float [C#] which is declared as volatile [C#] guaranteed to be read from and written to atomically?
|
| NT4 and Web.Mail.MailMessage | 20 Oct 2004 06:29 GMT | 2 |
Is Web.Mail.MailMessage available on an .net framework installtion on NT4? If not, what is the alternative to use? Thanks /Johan
|
| MOUSE CAPTURE | 20 Oct 2004 04:42 GMT | 1 |
I have a control on my vb app form that dont cath a mouse event`s how can i catch a mouse event on that control and pass it to a function in my main form??? In VB-6 i used the setcapture api function!
|
| Impersonation in a console app | 20 Oct 2004 03:31 GMT | 3 |
Can anyone shed any light onto why I can Impersonate succesfully from an Asp.Net form, but it fails when I try and do the same from a console application? Both applications call into the same com component which checks the Account
|
| No Namespace Danger? | 20 Oct 2004 02:49 GMT | 9 |
I have a single class in a single DLL. I want to use it as a reference in many different Visual Studio projects (web, winform, etc). Is there any danger in not using a namespace for this single DLL? I thought it would save typing but am unsure if there is any
|
| Shared Static Variables in vb.net please? | 20 Oct 2004 02:44 GMT | 11 |
Does anyone know if MS has / is planning to introduce a shared static local variable to VB.net? I have had a few instances now where I thought this would be a tidy way to write some code. i.e. an instance method needs to access a shared (class) variable, and it is
|
| Installation failure from windows updates | 20 Oct 2004 02:25 GMT | 4 |
I have windows xp home edition (upgraded from 98)and when I go to windows updates I am told that I need to install .Net Framework 1.1 service pack 1. Each time I try it fails to install. I have already installed service pack 2, so do I still need it? If so, how can I get it to ...
|
| monitor process | 20 Oct 2004 02:14 GMT | 2 |
is there anyway to nmonitor process started? a bit like the task manager.. I would like to be notified of started and dying thread (instead of polling every now and then). anyway to achieve that?
|
| ATL com object that fire event to C# | 19 Oct 2004 23:42 GMT | 1 |
I have an ATL com object that fire event to its container the event method pass a BYTE* (pointer to bytes) variable as argument that points to block of memory, how can I catch this event in a c# application and get the data from the byte pointer???
|
| Installing Framework and IE | 19 Oct 2004 23:37 GMT | 2 |
I have a VB.NET app that I have creates an installation for. It includes the framework bootstrap but the issue is if the target PC does not have the required version of IE. The PCs being installed to may be remote with no internet access or simple means to get a newer version ...
|
| Cystal Report for Visual Studio.Net Page Setting | 19 Oct 2004 21:29 GMT | 1 |
Hi friends! I am using crstal report for Visutal Studio.Net. I designed some of the reports in it. I have also set the page settings. Preview of the report is fine during runtime but when I click
|
| Advanced Datagrid Question -- Microsoft MVP needed!! | 19 Oct 2004 21:15 GMT | 3 |
I am trying to bind one column of a datagrid to a seperate textbox and the rest of the fields to a datagrid. the comments are too large to fit in a datagrid so I created a textbox below the datagrid and need it to hold the data for the current record selected in the datagrid.
|
| Calling Managed Code from Unmanaged code | 19 Oct 2004 19:34 GMT | 4 |
I have a legacy application that currently loads an unmanaged (legacy) DLL via LoadLibrary, finds some entry points in it and then calls them. I would like to replace the unmanaged DLL with a managed DLL. I have created a DLL with C++ that has the managed code. It also has ...
|
| how many .NET languages? | 19 Oct 2004 19:14 GMT | 1 |
I am a beginning programmer. I used VB.NET. Can anyone tell me how many .NET languages there are? Aren't there .NET languages made by companies other than Microsoft? Is is possible to develop in .NET languages without having to buy Visual Studio.NET? (I only have VB.NET in my ...
|
| how to access gui controls from a background thread? | 19 Oct 2004 18:55 GMT | 2 |
i am accessing my gui controls only from the thread that created the winform. i am using ISynchronizeInvoke.BeginInvoke() however, much of the gui manipulation in my app is low priority,
|