How do you do a net send from vb.net?
Printable View
How do you do a net send from vb.net?
use the .NET .sockets namespace
You might try the NetMessageBufferSend API also, that worked in VB6 at least :)
PT Exorcist, can you elaborate on the use of the sockets namespace?
thanks,
-mcd
It works,Quote:
Originally posted by BillGleeson
You might try the NetMessageBufferSend API also, that worked in VB6 at least :)
I was building a NetApi Class for VB6 containing all NETAPI functions (Based on the NetApi32.dll Source File)
I also tryed this API in VB.NET,
A few changes needed for the Function Parameters (Converting Integers), but it works.
The only bad thing is, once you make a very small mistake in the api, VB.NET doesnt give an error, but totaly crash down.