B Boris Jan 12, 2006 #1 hi to all! is it possible to add a web interface to an existing windows form? thanks for help! b
P Patrice Jan 12, 2006 #2 You could host a WebBrowser control inside the form. Is this what you are talking about ? AFAIK this has been enhanced in .NET 2.0...
You could host a WebBrowser control inside the form. Is this what you are talking about ? AFAIK this has been enhanced in .NET 2.0...
B Boris Jan 12, 2006 #3 no, actually i need an interface to control the windows form remotely from a remote computer using web browser. for instance emule works like that.
no, actually i need an interface to control the windows form remotely from a remote computer using web browser. for instance emule works like that.
P Patrice Jan 16, 2006 #4 Ah... I wouldn't control the form. I would rather just control the classes that really handles the data...
Ah... I wouldn't control the form. I would rather just control the classes that really handles the data...