| Thread | Last Post | Replies |
|
| .net memory checks | 02 Jan 2006 19:06 GMT | 5 |
I've been trying to figure this one out: The CLR is said to do memory checks on memory access, such as access to arrays and type-safety checks. Now does this mean that every action of this sort would require a
|
| Event Driven socket programming | 02 Jan 2006 14:16 GMT | 4 |
In VB 6 and MFC, the socket classes support event driven architectures such that when data arrives, the data arrival event is fired and you can process the code. Is there a similar method in VB 2005 or the .NET Framework 2.0? Thanks,
|
| News Analysis: Java? It's So Nineties | 02 Jan 2006 11:15 GMT | 5 |
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition Preference News Analysis By Steve Hamm
|
| .EXE Resource Embedded | 01 Jan 2006 18:39 GMT | 1 |
Is it possible to execute an embedded .EXE resource, without first having to re-create the file as a .EXE and then starting the process with shell or the Process class?
|
| problem with asc function | 01 Jan 2006 17:12 GMT | 5 |
Dear sir, I am writting a binary newsgroup yEnc file decoder, I need to change character back to a byte. When I am doing this, I always get an error of: "Arithmetic operation resulted in an overflow."
|