How can I access messege?

  • Thread starter sam via DotNetMonster.com
  • Start date
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) )
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top