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 > april 2004 > threads for sunday april 4

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

Connection through socket to an authenticated proxy server
Posted by Manish Buttan at 4/4/2004 9:31:03 PM
Hi How can an authenticated proxy be connected to using .NET Sockets from Client I need this for writing a FTP Client application Thanks in advance Regards Manish....more >>


Process.Start
Posted by Laggin at 4/4/2004 6:11:03 PM
I am using C#. I have a windows form with a button on it. When clicked, I want to run an application. I am using the ProcessStartInfo class and the Process.Start method. The .exe I am trying to run throws me a bunch of error messages when I try and start it using Process.Start. Here is the code...more >>

Some questions about .NET Framework design decisions
Posted by SpookyET at 4/4/2004 1:27:45 PM
I've been wondering about some of the decisions that were made about the ..net framework: - Why are arrays not dynamic, where you can decrease/increase the size of the array without creating a new one, then copy the values from the old one into the new one, and destroying the old one, w...more >>

API functions
Posted by Oren at 4/4/2004 9:36:05 AM
Hi I really don't like to use the [Import Dll] for usage of API functions Is the .NET Framework support in all API functions ? I use: Beep, IsNetworkAlive, ShellExecuteEx etc.. My application will not run on Linux or Mac since I go to Windows Functions What are the possibilities ? Where can I ...more >>

C# and API again
Posted by Stefano at 4/4/2004 7:01:07 AM
Hi people I'm looking for a documentation of C# similar to java API, that is a list of all classes or namespaces (provided by the framework such as System)containing for each class the list of its methods and fields, and the description of them. Then for each method it give a list of input and outp...more >>

How to get the ID or Serial Number of mainboard by using C#?
Posted by Jewlin Gu at 4/4/2004 6:25:11 AM
I'd tried to get the ID or Serial Number of main-board and hard-disk via WMI using C#, but failed. One friend suggested me with some codes calling WIN32 API, but only effective on WIN2000 or later. How to get those data on Win98/ME/2000/XP by using C#?...more >>

unload assembly - AppDomain.Unload does not work as expected
Posted by Dierk Droth at 4/4/2004 3:51:03 AM
Hi On reading the several posts I found that the only way to unload an assembly is placing it in seperate AppDomain and unload this AppDomain My scenario I have an assembly wrapping a third party legacy DLL. This DLL is very picky about re-initialisation. The official advise from the vendor is ...more >>

vc#.net for pocket pc program
Posted by Harry at 4/4/2004 1:17:39 AM
I would like to know if i use vc#.net to develop my pocket pc program, would it be hard to deploy to the pocket pc? does the pocket pc need to install the .net framework before running it? if so, would it be hard to install? thank you. ...more >>




DevelopmentNow Blog