Quantcast
Channel: MessageBox
Viewing all articles
Browse latest Browse all 8

MessageBox

$
0
0

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()

EndIf

EndSub

 

 

 

 


Viewing all articles
Browse latest Browse all 8

Trending Articles