Search Tools Links Login

Using Net Send


Visual Basic 6, or VB Classic

This is a one line tutorial on how to use Net Send to send messages over a network.

Original Author: Donny urquhart

Code

'You need 2 text boxes(Text1, username or IP of the victim(receiver))(Text2, message to send) and a command button(command1)
'In command1 put:
shell "net send " & text1.text & " " & text2.text
'Simple wasn't it. :)

About this post

Posted: 2003-06-01
By: ArchiveBot
Viewed: 105 times

Categories

Visual Basic 6

Attachments

No attachments for this post


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.