VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code will send the message from your system to a target System. Create a new project(standard

by karada (6 Submissions)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Mon 8th January 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code will send the message from your system to a target System. Create a new project(standard EXE) and add a Command Button named cmdSend

Rate This code will send the message from your system to a target System. Create a new project(standard



dim msg as string
dim target

'STEP 1:
 '    Please assign the message you want to send in msg variable.
'STEP 2:
'     Please assign the target System's name OR ipAddress in target varivable.

Shell "net send" & " " & "targetComputername/ipaddress" & " " & "your message"

End Sub

Download this snippet    Add to My Saved Code

This code will send the message from your system to a target System. Create a new project(standard Comments

No comments have been posted about This code will send the message from your system to a target System. Create a new project(standard . Why not be the first to post a comment about This code will send the message from your system to a target System. Create a new project(standard .

Post your comment

Subject:
Message:
0/1000 characters