|
-
Aug 2nd, 2002, 06:54 AM
#1
Thread Starter
New Member
Net Send
How do you do a net send from vb.net?
-
Aug 2nd, 2002, 07:21 AM
#2
yay gay
use the .NET .sockets namespace
-
Aug 2nd, 2002, 07:44 AM
#3
Member
You might try the NetMessageBufferSend API also, that worked in VB6 at least
-
Sep 18th, 2002, 11:32 AM
#4
Hyperactive Member
PT Exorcist, can you elaborate on the use of the sockets namespace?
thanks,
-mcd
[vbcode]
'*****************************
MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
'*****************************
[/vbcode]
-
Sep 19th, 2002, 04:42 AM
#5
Addicted Member
Originally posted by BillGleeson
You might try the NetMessageBufferSend API also, that worked in VB6 at least
It works,
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|