Hello,

I have a webbrowser form and another form connected to the webbrowserform. The reason why they are connected is because I use regex to parse data from the current page the webbrowser is visiting.

I have a problem with this though. If I maximize the webbrowser window the other regexwindow will not show up. The only way I can make both of the forms visible is by having the 2 forms in window mode.

Is there a way to programatically do this in VB? The idea is to make the webbrowser automatically go to window-mode if i try to open the other regex-form.

Regards
Felix