c++ - How to restart a stopped webbrowser-control -


the official documentation stated iwebbrowser2::stop method "cancels pending navigation or download, , stops dynamic page elements, such background sounds , animations".

i use webbrowser control show local stuff (files) remote content (urls) means of iwebbrowser2::navigate2(). in circumstances, need change content before load has finished.

the stop() method seem ok task , indeed stop load. after that, navigation engine seem frozen , unable respond new navigate2() calls.

the question is: there trickery restart control without create new one?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

javascript - Get parameter of GET request -

javascript - Twitter Bootstrap - how to add some more margin between tooltip popup and element -