all groups > dotnet framework > march 2006 > threads for saturday march 18
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 31
Can you sell .NET technology? Know of any sales Leads?
Posted by mike.mcnulty NO[at]SPAM gmail.com at 3/18/2006 11:08:45 PM
Can you sell .NET technology? Know of any sales Leads?
Canadian-based IT consulting firm, specializing in implementing
Microsoft .NET technologies, seeks individuals for commission
referral-based leads.
We are looking for individuals that may have access to people who are
decision makers or... more >>
Problems With Struct
Posted by David White at 3/18/2006 7:15:23 PM
I have the following structure. I need to create a pointer to it for calling
the Windows API. When I try, I get an error. I have found that the String is
the culprit. In the C declaration for this structure, the String is shown as
UNICODE_STRING. Can someone tell me the correct datatype to use... more >>
Left function not working
Posted by mamin123 NO[at]SPAM yahoo.com at 3/18/2006 3:42:22 PM
Hi,
When I add following to my code it is not working.
pSource = Left(pSource, 49)
Left function is causing this issue and I am not sure what is
incorrect. I do not get any error when I compile this code but when I
execute the code it is not giving any result.
I am importing following l... more >>
Network and Cyrpto Stream help
Posted by Andre Azevedo at 3/18/2006 2:14:28 PM
Hi all,
I'm using async NetworkStream methods in my client/server socket app and
it's working fine.
But after using CryptoStream (base64) in NetworkStream it doesn't work. The
following code runs on both client and server:
---
tcpclass.networkStream = new NetworkStream(tcpclass.Socket);
... more >>
OutOfMemoryException is release mode
Posted by akash at 3/18/2006 12:38:45 PM
I have a windows forms app that does a lot of number crunching. In
certain calculations I get an OutOfMemoryException, even though the
Windows XP performance monitor reports 1GB of physical memory available
(2GB total). There is no stack trace available, so I can't pinpoint
where the problem is ... more >>
MSCOREE and MSCORLIB
Posted by Chak at 3/18/2006 12:42:19 AM
What is the difference between mscoree.dll and mscorlib.dll. Aren't they
both related to the CLR ?
... more >>
|