problem with microsoft webbrowser

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Sam

    problem with microsoft webbrowser

    Hi,
    I'm loading html help pages in a webbrowser control which is in my main
    form. It works fine as long as I work in the main form. However if I
    open a dialog box form from the toolbar, the webbrowser doesn't
    navigate to the wanted html file. Why? is it because the main form
    doesn't have the focus anymore? I've checked the URL passed to Navigate
    function and it is correct.
    Can you help?
    Thx

  • Sam

    #2
    Re: problem with microsoft webbrowser

    oups, sorry, i've found out what's wrong, there was one more call to
    navigate that wasn't loading the correct page...

    Comment

    Working...