At school, we use WinNT 4 and we have a huge network.
The teachers know about the sendmessage command that u can do in DOS to send a message to another user, kind of like a instant messaging thing. This is an inconvenience, so I found some code on the internet that makes it available in VB. Therefore, i made a interface so that they won't know what we're doing. But i'm having trouble with the code that i found on the internet. It asks for To, From and Message params, but there is no use for the from since it isn't used when sending the message. When i tried it at school, all it did was send about half of the from parameter to the person and no message. I'm trying to figure out how to get it working. here is the link to the code i found: http://abstractvb.com/code.asp?F=53&P=4&A=685