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
all groups > dotnet general > april 2005 > threads for friday april 29

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

VS.Net 2003 and XP Service Pack 2
Posted by Bryan Dickerson at 4/29/2005 4:35:31 PM
Has anyone installed XP SP2 on a machine prior to installing VS.Net 2003 and experienced any difficulties? ...more >>


Debbuging in VS.NET
Posted by jdang at 4/29/2005 2:44:05 PM
Hi all, I have a simple question about debugging in VS.NET and I think you may know how to do this. In Visual Studio 6 and earlier, in command window I can debug my code on fly without any problem. Now, in VS.Net, in the command window, I can check the value of any properties but cannot...more >>

how windows service finds another .Net component
Posted by BBM at 4/29/2005 10:08:03 AM
I am new to .Net. I have a Windows service in C#. It is going to use another .Net component (DLL) made by a 3rd party company. If I start my program as an app with that DLL in the same directory, my program can use it. But if I start it as a service, it does not work. How does a .Net windows ...more >>

Server monitor and notification
Posted by Kalyan at 4/29/2005 8:58:07 AM
Hi I need some idea, Is there any way to write vb code to monitor server activity and if server fails send out email to admin. thanks Kalyan...more >>

Help in asp.net addhandler
Posted by Pierre at 4/29/2005 8:12:04 AM
Hi, I create an dynamic command button like that: buttonCmd= New Button buttonCmd.ID = "IDBTN1" buttonCmd.Text = "Test" AddHandler buttonCmd.Click, AddressOf MessageClick I have this click sub: Su...more >>

Inheritance - issue with Constructors
Posted by Doug at 4/29/2005 5:34:39 AM
I have a public abstract class that I want to inherit from in two other classes. My public abstract one has a constructor with several parameters. For some reason I cannot get to that constructor unless I create a constructor in my two other classes like this: public ClassName(string szParam...more >>

communication to serial port
Posted by Mike D at 4/29/2005 5:18:03 AM
I need to write a program that takes data from a balance connected via serial port. In vb I would use the MSComm object. What is available in vb.net?? Thanks Mike ...more >>

multiple sort criterias for any class; arraylist performance
Posted by herbert at 4/29/2005 2:15:01 AM
1) I created a class Person whose objects are stored in collections. Using IComparable allows to define one sort criteria like name. Best practice: How can I add more sort criterias like age, zip, ...? I don't care whether the original collection is sorted or I get a copied collection sorted. ...more >>



Win32API Function NetQueryDisplayInformation
Posted by Chris van den Heuvel at 4/29/2005 12:00:00 AM
I am trying to enumerate the users of a system from within my app = (VB.NET) Not finding any .Net Framework classes to do this I turned to = the Win32 API and NetQueryDisplayInformation. I can't get it to work = from within VB.NET however. I found the following KB article from MS http://suppor...more >>


DevelopmentNow Blog