Results 1 to 5 of 5

Thread: Net Send

  1. #1

    Thread Starter
    New Member
    Join Date
    Aug 2002
    Posts
    14

    Net Send

    How do you do a net send from vb.net?

  2. #2
    yay gay PT Exorcist's Avatar
    Join Date
    Apr 2002
    Location
    . . . my reason of shame
    Posts
    2,729
    use the .NET .sockets namespace

  3. #3
    Member
    Join Date
    Sep 2001
    Location
    Australia
    Posts
    36
    You might try the NetMessageBufferSend API also, that worked in VB6 at least

  4. #4
    Hyperactive Member MetallicaD's Avatar
    Join Date
    Feb 2001
    Location
    Tallahassee, FL
    Posts
    488
    PT Exorcist, can you elaborate on the use of the sockets namespace?

    thanks,
    -mcd
    [vbcode]
    '*****************************
    MsgBox "MCD :: [email protected]", vbInformation + vbOKOnly, "User"
    '*****************************
    [/vbcode]

  5. #5
    Addicted Member Nigh™a®e's Avatar
    Join Date
    Feb 2002
    Location
    Belgium
    Posts
    175
    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
  •  



Click Here to Expand Forum to Full Width