Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet framework > january 2004 > threads for monday january 19

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Revert application from 1.1 to 1.0
Posted by sbarrow NO[at]SPAM pittsh.com-dot-au.no-spam.invalid at 1/19/2004 6:21:02 PM
Hi I have a solution that was developed in 1.0 that used bindingmanager and currentchanged event in a handler, this worked well in 1.0 but when I upgraded to 1.1 the event stopped working. the code I used is: AddHandler m_bindClient.CurrentChanged, AddressOf Steve Is there an easy wa...more >>


No Touch Deploy App and Cookies
Posted by phetherington NO[at]SPAM visualstatement-dot-com.no-spam.invalid at 1/19/2004 5:19:50 PM
Hi, I am developing a No Touch Deploy application that is launched from an ASPX page. On the aspx page the user logs in and it launches the NTD application. My problem is how to let the NTD application know the user login information. The NTD also uses web services to communicate back to ...more >>

Image to byte[]
Posted by Isaias Formacio Serna at 1/19/2004 4:01:16 PM
This should be an easy question but I simply just can't get it to work. I have an Image object that I need to convert to byte[], how do I do this??? I don't have the file to read it, I recieve it as a parameter. I appreciate your help. Isaias Formacio ...more >>

Size Of Null Object in C#
Posted by Mark Phillips at 1/19/2004 2:41:06 PM
What the size of an object when it is instantiated to null? I am placing a number of strongly typed objects into a collection. I want to keep the amount of memory that is utilized by each the objects to a minimum. Each object contains a field that is a reference type. I am trying to decide ...more >>

storing user id in context
Posted by Andrey P at 1/19/2004 2:12:08 PM
We are trying to develop a framework and are not planning to use windows security. Is there a way to store a user name in some kind of 'context' associated with current thread so any part of the framework that we'll develop can access user name. There is a Thread.CurrentContext, however ..NET s...more >>

How to get the list of installed programs
Posted by Yee CN at 1/19/2004 2:00:16 PM
Hi, Can somebody tell me how to get a list of installed programs, as in Control Panels->"Add or Remove Programs"? I tried looking under \HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall but the list is far too extensive! Thanks in advance. Regards, Yee ...more >>

Screen savers
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/19/2004 1:17:31 PM
Hi, Is there an event I can listen for in WndProc so I know when the screen saver is active and insactive? Thanks ...more >>

Microsoft.ApplicationBlocks.ExceptionManagement doubt
Posted by Sugavaneswaran at 1/19/2004 11:47:21 AM
hi all , I need some documentation reg. the Microsoft.ApplicationBlocks.ExceptionManagement. I can understand this small Example : Try a = 5 / 0 catch ex as exception ExceptionManager.Publish (ex) End Try I need further documents relating to above. I would like to know what e...more >>



Radix 64 (uuencoded files)
Posted by discussion NO[at]SPAM discussion.microsoft.com at 1/19/2004 11:32:49 AM
Hi, What libraries does C# have for UUEncoding a file? Thanks ...more >>

Microsoft Help: IEExe.exe and STA
Posted by leonardfurby NO[at]SPAM hotmail.com at 1/19/2004 10:21:09 AM
Hi. We are developing a windows application that is deployed using No-Touch-Deployment (with Full-trust). I have implemented Axhost handling microsoft web browser control SHDocvw.dll. In order to make it work i have to start the application in partmentState.STA. So I am creating a new thread i...more >>

Garbage Collectionin .NET
Posted by Rimonne at 1/19/2004 10:09:28 AM
Hi All I understand that the .net framework has garbagecollectors which run automatically and release memory. But in my application in C#, i have an object which should never be released. Can I achieve this in .NET ? An urgent response is neede, as I am struck up with my development wo...more >>

Jel netko bio na pro¹lim Windaysima?
Posted by Igor Apostoloski at 1/19/2004 9:48:16 AM
Bok! Ako je netko bio na pro¹lim Windaysima, zanimali bi me komentari, iskustva, dojmovi, impresije... Mi smo developeri u .NETu, pa razmi¹ljamo o odlasku... Nisu im ba¹ neke informativne stranice, pa nije da smo ba¹ informirani - ne oèekujem ni¹ta poput VSLive!, ali Opatija je blizu, a Amerika...more >>

C# App on a file server doesn't work???
Posted by Hans at 1/19/2004 6:36:12 AM
Hi I am about to exchange a single program of an application by a C# version. The application is installed on a W2k server while W2k clients run the app. Thus my C# app must be on this server too How can I get this working??? I tried to install the .NET framework as well as MDAC2.7 on the client...more >>

Retrieve Command Line arguments
Posted by Rich Smith at 1/19/2004 4:21:38 AM
Is there a way to get the Command Line Arguments of a running process? myProcess.StartInfo.Arguments is empty and doesn't work. I am looking to find the Arguments for any process that is already running including ones that I did not personally start. Here is what I can get so far... Proc...more >>

How to specify user/password with SmtpMail class
Posted by Ron Lautmann at 1/19/2004 2:51:30 AM
I'm trying to use the SmtpMail class to send mail via an SmtpServer that requires a userid and password. How can the userid/password be specified? There seems to be no property of SmtpMail for these items. ...more >>

debug and release version
Posted by james ou at 1/19/2004 2:01:05 AM
hi, everybody, Is there any difference between debug and release version of executable file? If have, what is the difference between them? thanks...more >>

creating instances of objects
Posted by reiks at 1/19/2004 1:46:05 AM
Is it possible to create instances at runtime. i.e the type of the variable will be known at runtime. for example,see this simple sample code class A { // events and methods } class B { // events and fucntions } void main() { string s int i=9 if(i==9) s="A" else s="B" c1 = n...more >>

How to get COFF-based image of assembly
Posted by Christoph Wienands at 1/19/2004 12:18:12 AM
Hi everybody, ..Net doc states about the Assembly.Load(byte[] rawAssembly, byte[] rawSymbolStore) function: ----------------------- Loads the assembly with a Common Object File Format (COFF)-based image containing an emitted assembly. rawAssembly An array of type byte that is a COFF-b...more >>

Registry Event Notification with .NET
Posted by Elder Hyde at 1/19/2004 12:08:46 AM
Hey all, I need to get a notification whenever something changes in the registry. However, I can't find anything that supports this in Microsoft.Win32, although I know that the C version of the REgistry API does have a method (oops, function) called RegNotifyChangeKeyValue that allows th...more >>


DevelopmentNow Blog