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 >>
Don't see what you're looking for? Search DevelopmentNow.com.
|