Client/Server App
How can I force an app window to open on another machine? Can I do it if the clientapp form is a public form?
AFAIK i dont think u can do it.... directly
if u have some thing running all the time in client side and u send a message to that and that open it ... if this sound good try using Winsock that shd do....
You'll need some way to communicate between the computers. Sockets is one way to do this (although I've never played with it personally). I know that my pal Carl Franklin is REALLY into this stuff -- search for his name on Google. I know he's written some articles, and you may find something on his site at <a href="http://www.franklins.net">http://www.franklins.net</a>.
No problem Ken. I have those days, weeks, and even years! ;)
I sent him a message. I will let everyone know when I figure this out.
Jason