Send message (Net Send) with VB
Send message (Net Send) with VB
Rate Send message (Net Send) with VB
(1(1 Vote))
Private Sub Command1_Click()
' Net Send command look like this - Net Send 127.0.0.1 "Hello world!"
' So text1 is the address and text2 is the message u want to send
Shell "Net Send " + Text1.Text + " " + Text1.Text, vbHide
End Sub
Send message (Net Send) with VB Comments
No comments yet — be the first to post one!
Post a Comment