Click to See Complete Forum and Search --> : Intercept Messages from Windows Messenger Service
mormreed
June 5th, 2009, 07:08 PM
This may seem complicated but it's a somewhat basic concept, just probably a complicated execution, I am trying to create a program that will allow you to basically "IM" between computers on a LAN network. That's the concept, I plan on doing this by generating .bat files, executing them and printing the last few messages sent in a label, the big problem I have is receiving messages, I have no idea whatsoever how to even go about finding out how to take the messages received from the messenger service and print them into the label, any ideas?
EDIT: This is in VB.Net 2008
dglienna
June 5th, 2009, 08:28 PM
net send /? gives you options to send message locally, if Messenger Service is running on each system
mormreed
June 5th, 2009, 08:30 PM
I understand that, what I am trying to do is get the messages sent via net send to the computer that this program is running on, and display them in a label
dglienna
June 5th, 2009, 09:52 PM
net send opens it's own window
mormreed
June 5th, 2009, 09:55 PM
I also understand that, I want to take the text from the message received and display it in a label, is there any way to do this?
dglienna
June 6th, 2009, 01:11 PM
Well, you'd have to create a messenger type program. Download the links here http://code.msdn.microsoft.com/vbsamples/
and try out some of the code
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.