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
Post a Comment