web browser
-
hello, im building a web browser in visual c# (vs2005) and while it works fine i cant do it to open new windows in my application, it opens them using external ie windows, any idea how i can force it to pen them in new windows of my application instead of ie windows? D.M
-
hello, im building a web browser in visual c# (vs2005) and while it works fine i cant do it to open new windows in my application, it opens them using external ie windows, any idea how i can force it to pen them in new windows of my application instead of ie windows? D.M
Go into the articles section and look for articles in the C# COM Interop section. There are two articles that talk about interaction betweeen IE and a Windows Form application including my article. You probably want to have the IE code fire an event back into the WinForm code which would then cause the WinForm code to open a new window of itself.