It works! Thank you!!! This makes my application complete!!!
THANKS!!!!
After I started the messaging service on the target, I used this code:
Code Block
PrivateSub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
If RTB.Text <> ""Then
Shell(
"net send "& TreeView1.SelectedNode.Text & " "& RTB.Text)RTB.Text =
""RTB.Focus()
EndIfEndSub