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

authentication - Mongodb revoke acccess to connect test database -

How to merge four videos on one screen with ffmpeg -

c - getting error: cannot take the address of an rvalue of type 'int' -