YODA0340 Posted March 19, 2006 Posted March 19, 2006 (edited) 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) Dim lretval As Long = Shell("net send " & ReceiverName & _ " """ & Message & """", vbHide) Edited March 19, 2006 by YODA0340 Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.