: What do you mean? All I want to do, is to be able to run a program on another computer. I simply press a button, and instead of happening to the very same pc, it happens on another one...
:
Hmm, that could be done with a Remote Control program =)
But if you would like to create something else, a simple program using sockets to create connection between your computer and the other computer would do. Just write code, where you for example are the server and other PC is client. Then when you press button in your program, it sends some data to the another PC, wich receives the data and then starts the program using some simple code, like ShellExecute().