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?
[109 byte] By [codefund.com] at [2007-12-16]
# 1

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....

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 2
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>.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 3
I will look him up. Thanks Ken. Can you send me his e-mail offline? You can send it to me at jgaylord@aspalliance.com.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 4
Sorry, been offline for a week. Anyway, you can find Carl at the web site mentioned in the previous message. He's easy to reach that way.
codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...
# 5
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

codefund.com at 2007-9-8 > top of Msdn Tech,Windows Forms,Windows Forms General...