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 -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -

r - Update two sets of radiobuttons reactively - shiny -