简体   繁体   中英

Issue with GeckoFX Web Browser 33

I have a WinFrom project in VS 2013 which I embedded GeckoFX webbrowser control to display web page inside the form. The GeckoFX Web Browser and XULRunner I am using is 33.0.

When I call GeckoWebBrowser.Navigavte(url), it works fine and displays the web page I am requesting. However, when I call geckoWebBrowser1.Refresh(), the WebBrowser control does not refresh the page. I also tested GoBack and GoForward functions, it all works fine.

Can anyone help me with this refresh issue?

Thanks

Jing

I have a WinForm project in VS 2014 with GeckoFX. @IT Captain's solution is the correct answer. When I use Reload() it works while Refresh() doesn't.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM