So, I have a ChromiumBrowser inside a Windows Form in VB.net. That form is atached to the "main" parent of the application. When the From is stripped from its parent, it becomes undocked and can be moved outside of the main form. But the moment the parent is removed, the browser is refreshed and I don't want it to do that. I implemented IResourceHandler to check what method is being called but now the browser won't work because it doesn't know how to handle anything. Is there a specific handler where I can intercept that call? Any info is appreciated.
EDIT: Ok, so after reading @amaitland 's comment I changed the URL that I was using to instead load google, and after undocking the form it looks like it is refreshing, but manages to keep the page where it was. The weird thing is, the default browser does not behave like this.