Hi There, I need to be able to display html files that are stored locally on device using a WebBrowser control on a windows form.
I simply point the WebBrowser to page like so : ctrlBrowser.Url = new Uri("file://\\My Documents\test.html");
The pages load perfectly into control excepet for a windows mobile 6.1 device that has oper browser also installed. Each time the above code runs, the page loads but it loads in a newly launched opera browser screen. I need to use WebBrowser control to trap nagivation events etc but cannot seem to find a way to foce page to load in control when opera is installed.
Your thoughs are much appreciated as Im agains a brick wall on this one.
Many thanks tony