This program is used to send a message from a client machine to a server. The message can have any title, text, button, or icon, making it handy for a fake error message or to freak out the clueless user next to you in the lab. The server needs to be run on the machine which will host the prank. The client can be run anywhere as long as it has network access to the host (via IP, FQDN, WINS name, etc.). As you probably figured out, this is for Windows only (right now). To get it...
Download the binaries: rowm-bin.zip Download the source: rowm-src.zip
The source was made with Microsoft Visual C++, and the source zip file contains the project folders for both the client and the server. The client uses some MFC crap, because it was fast and easy to write the code. The server I wrote from scratch because I didn't need any of the MFC crap.
Contact me with any suggestions or comments.