Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

WebBrowser triggers NewWindow2 event in Windows 7 but not in XP/Vista

Status
Not open for further replies.

AndyGroom

Programmer
May 23, 2001
972
0
0
GB
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:

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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top