I'm using a WebBrowser control to display Help pages (stored locally), so when the form loads it creates a page with two frames - the top frame is a kind of navigation strip and the main area is where Help is displayed, that frame is called MAIN. When I want to display a help page I do this:
For some reason on some Windows 7 machines this triggers a Navigate2 event and doesn't show any help but on others it works as expected. Is it a local setting in IE which is causing the difference?
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?
Code:
w_Web.Navigate2 App.Path & "\Help.htm", , "MAIN"
For some reason on some Windows 7 machines this triggers a Navigate2 event and doesn't show any help but on others it works as expected. Is it a local setting in IE which is causing the difference?
- Andy
___________________________________________________________________
If a man speaks in a forest and there are no women around to hear him - will he still be wrong?