S
sam via DotNetMonster.com
I am doing LAN messenger in vb.net. I created one form on which 2 text
boxes,1 button. 1 text box for typing messege & other for receiving.
I am using concept of Windows "net send". I can send messege properly.
Receiver can see that msg in one window with "OK" button (as usual when we
send msg through "net send") Now I want to access that msg & display it in
text box, without displaying that regular window.
For sending msg, I am using following code............
shell (net send & computer_name & textbox1.text (msg) )
boxes,1 button. 1 text box for typing messege & other for receiving.
I am using concept of Windows "net send". I can send messege properly.
Receiver can see that msg in one window with "OK" button (as usual when we
send msg through "net send") Now I want to access that msg & display it in
text box, without displaying that regular window.
For sending msg, I am using following code............
shell (net send & computer_name & textbox1.text (msg) )