| Thread | Last Post | Replies |
|
| Retrieve Values in HashTable | 31 Mar 2005 16:45 GMT | 1 |
Can you any one help how to retrieve the values in hashvalues in the same order it was inserted? Right now I use GetEnumerator to loop through but it does not loop through the same order I inserted.
|
| Help with Multi-Threaded ICMP Ping | 31 Mar 2005 02:42 GMT | 5 |
Group, Trying to create multiple threads, each of which creates a socket and sends ICMP echo packets to specified hosts. Using .NET (C#) and asynch BeginSendTo. All works great UNLESS a machine is on the net that a) correctly resolves (gethostbyname) and b) for some reason doesn't ...
|
| MSDN Universal for only $1499 | 27 Mar 2005 11:46 GMT | 2 |
I ran across this site a few months ago and just decided to renew my MSDN Universal with them and I couldn't believe their low prices as well as the level of customer service that I received. I received my initial shipment
|
| posting base64 data using http post | 25 Mar 2005 11:35 GMT | 1 |
What I'm looking for is how to send a file to a web service in Base64 format, using Http Post. I know this can be done using SOAP, but I'd like to know how to do this using Http Post. My thinking was to use HttpWebRequest something along the lines of the code listed below.
|
| Enumerate all AppDomains hosted in a .NET process | 23 Mar 2005 23:35 GMT | 1 |
Is there any way to enumerate all AppDomains hosted in a .NET process?
|
| Interface to Exchange SMTP Server? | 21 Mar 2005 22:26 GMT | 1 |
I have some ideas that I would like to try in eliminating DoS, unwanted SMTP connections/sessions, etc. to my Exchange server. To do this I need to write code that examines each SMTP attempt to connect (HELO) message and determine whether I would like to allow them to connect or ...
|
| SNMP API | 21 Mar 2005 22:20 GMT | 3 |
Is there a set off SNMP APIs for C#? I'm looking to write a trap generation tool. I was hoping to use C#. If not, it looks like C++.
|
| problem with httpWebRequest removing chars | 19 Mar 2005 12:16 GMT | 1 |
Had a problem with the webclient class - timeout. So i have switched to the httpWebRequest. Followed all guides on internet and have tried sending bytes and text but whenever I send an SQL statement the spaces get stripped out?? code: Dim encoding As New System.Text ...
|
| VC++.NET : String to char * and vice versa & Non .NET classes | 18 Mar 2005 22:07 GMT | 1 |
Hi all; A) What's the simplest way to convert a 'String' to 'char *' (and the other way araound) ? B) I have some C++ classes that I cannot easily convert to .NET (because
|
| .NET Remoting/Serialization way too slow vs C++ binary/tcp | 18 Mar 2005 00:01 GMT | 10 |
I was running some tests on my Win32 1GHZ processor to see how long it would take to transmit objects numerous times via TCP/IP using C# .NET Remoting vs the C++ trustworthy method of binary streams. I ran the test for 50K, 100K, 500K iterations, where each iteration consists
|
| multithreading | 17 Mar 2005 01:58 GMT | 1 |
I have written a program which receives mails from server using POP#. it's downloading sequentially. now i want to use the multithreading in this regard where i can create threads for each and every mail...and download those mails simaltaneously. if u have any idea please help me ...
|
| help with memset and memcpy | 17 Mar 2005 01:06 GMT | 1 |
I have obtained AMD's optimized files for memset and memcpy (both .c files) What I want to know now is how to integrate these into my MSVC++ .NET 2003 development environment so that the programs I build for AMD Athlon XP systems are optimized for this cpu platform.
|
| Launching process | 16 Mar 2005 21:21 GMT | 1 |
I was trying to launch IE using Process class in .NET. I wanted to get notified when IE is closed. I subscribed to exited event in Process class. When I close IE manually
|
| Strange Error... | 16 Mar 2005 15:08 GMT | 1 |
i get this error when i try to compile my code. But why, ...everything seems to be ok! When i try to get some files extension with this: "File Extension: " + Path.GetExtension(e.FullPath) + " created...";
|
| Protecting Assembly against disassembling... | 13 Mar 2005 10:26 GMT | 1 |
how can i protect a assembly against disassembling with ILDASM and other products like that. i have a dll with some encryption methods implemented and i dont want them to be exposed, to the outside of the world. of cource there are restrictions like modifiers and misc.
|