Wierd WebBrowser Problem in Mdi Application
Someone please help me because I'm at my wits end. I'm developing a Windows MID Form application in VB.NET. Currently I'm working on a new version of the application (converting windows form app to an MDI app). The application includes an AxWebBrowser control which I use to Navigate2 a file (and it works great in the previous version which was not an MDI app). I'm trying to port the code to the new version; however, the WebBrowser control is not working. The form shows up, the WebBrowser is blank (wait cursor indicates the WebBrowser is working), and the form border is screwy.
I figure it must be a reference or import problem, but I've been unable to track down the cause. Does this sound familiar to anyone? Anyone got a complete list of all references needed to use the AxWebBrowser control? Anyone got ideas as to how I might track down this problem?
Someone please help me because I'm at my wits end. I'm developing a Windows MID Form application in VB.NET. Currently I'm working on a new version of the application (converting windows form app to an MDI app). The application includes an AxWebBrowser control which I use to Navigate2 a file (and it works great in the previous version which was not an MDI app). I'm trying to port the code to the new version; however, the WebBrowser control is not working. The form shows up, the WebBrowser is blank (wait cursor indicates the WebBrowser is working), and the form border is screwy.
I figure it must be a reference or import problem, but I've been unable to track down the cause. Does this sound familiar to anyone? Anyone got a complete list of all references needed to use the AxWebBrowser control? Anyone got ideas as to how I might track down this problem?
Last edited: