VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Using Net Send

by Donny urquhart (3 Submissions)
Category: Coding Standards
Compatability: Visual Basic 5.0
Difficulty: Beginner
Date Added: Wed 3rd February 2021
Rating: (9 Votes)

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

Rate Using Net Send

'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. :)

Download this snippet    Add to My Saved Code

Using Net Send Comments

No comments have been posted about Using Net Send. Why not be the first to post a comment about Using Net Send.

Post your comment

Subject:
Message:
0/1000 characters