VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Send message (Net Send) with VB

by Neo (11 Submissions)
Category: Internet/HTML
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Thu 18th April 2002
Date Added: Mon 8th February 2021
Rating: (1 Votes)

Send message (Net Send) with VB

Rate Send message (Net Send) with VB




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

Download this snippet    Add to My Saved Code

Send message (Net Send) with VB Comments

No comments have been posted about Send message (Net Send) with VB. Why not be the first to post a comment about Send message (Net Send) with VB.

Post your comment

Subject:
Message:
0/1000 characters