display a form inside a web browser
-
hello to all i m trying to display a windows form inside a web browser placed in a form how it will possible to me please help me thanks
You can display a form anywhere you like. If you want your form to be limited to show inside your web browser control, write a form that is given screen bounds and does not allow itself to be moved outside them.
Christian Graus Driven to the arms of OSX by Vista. "! i don't exactly like or do programming and it only gives me a headache." - spotted in VB forums. I can do things with my brain that I can't even google. I can flex the front part of my brain instantly anytime I want. It can be exhausting and it even causes me vision problems for some reason. - CaptainSeeSharp
-
hello to all i m trying to display a windows form inside a web browser placed in a form how it will possible to me please help me thanks
Just out of curiosity: What inspired this winform in a browser in a winform design decision?