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 sdk > june 2005

simple web server sample
Posted by JK at 6/29/2005 10:32:01 PM
any sample web server (with source codes) hosts web services ? I'd like to have some web services but not relie on IIS....more >>

Finding/Listing usb/bluetooth/... serial-ports with System.Management.dll
Posted by Helge Jensen at 6/26/2005 11:23:22 AM
I'm using code (roughly like): using System; using System.Management; public class Foo { public static void Main() { foreach ( ManagementObject port in new ManagementClass("Win32_SerialPort").GetInstances() ) Console.WriteLine("{0}: {1}", port["deviceid"], port["na...more >>

How to convert code to C#
Posted by jeff at 6/14/2005 10:50:02 AM
hi, all. I have a java project. now I want to change it to C# there is one code, I am confused. How to convert it into C#? Thanks // We can use in C# private static char[] map1 = new char[] { 'A','B','C','D','E','F','G','H','I','J','K','L','M','N','O','P','Q','R','...more >>

How to check for same object
Posted by David Thielen at 6/13/2005 7:38:01 PM
Hi; How can I check if two objects in C# are the same object? (ie the C++ equivilent of comparing pointer values.) o1 == o2 won't do it if the equals method compares values. -- thanks - dave...more >>

char.IsDigit vs char.IsNumber
Posted by David Thielen at 6/12/2005 1:45:01 PM
Hi; What's the difference? -- thanks - dave...more >>

Serial Number Validation
Posted by Paul at 6/10/2005 3:43:02 AM
Hi Guys, How does one add Serial Number Validation dll to an Application in VS2003 ?? Thanks in advance, Paul Mathebuka...more >>

Set Application ICON
Posted by jeff at 6/7/2005 7:30:02 AM
hi, all How to set Application Icon Thanks ...more >>

Passing pointers in EnumWindows
Posted by Jim Brent at 6/4/2005 12:59:10 PM
I know this must be easier than I am making it but... The EnumWindows api call requires that a pointer to the function that will handle the values returned be passed as the second paramater. The AddressOf operator won't produce the required "long" datatype. How do I get the correct pointe...more >>



Some services stop working when they don`t have work to do.....
Posted by Chucker at 6/2/2005 9:52:16 AM
I got a Server Class in an executable and I would like to change this in a windows service. The code from the main function of the executable is the following: LoadReportingServer server = new LoadReportingServer (); server->Start (); Console::WriteLine (S"Press ENTER to stop the server.....more >>


DevelopmentNow Blog