Messenger

YODA0340

Newcomer
Joined
Sep 13, 2005
Messages
11
I'm currently working on a messenger(using net send), and i've gotton it to send messages just fine, but i need a way to change the text that tells the reciever my computer name to something else. Any Ideas?
(vb.net 2005)

Code:
        Dim lretval As Long = Shell("net send " & ReceiverName & _
                     " """ & Message & """", vbHide)
 
Last edited:
Back
Top