I have VB6 form with MS Webbrowser control on it.
When I click the Webbrowser and after that press Ctrl+F the "Find" form pops-up. This "Find" form is created by Microsoft and is triggered by Webbrowser. I checked that "Find" form is not listed in the Forms collection.

Problem is - the focus of application usually is not switched to this "Find" form. It's title bar stays gray and user has to manually click it before typing the word he/she wants to find.

Can anyone advice me please how I can switch focus to this "Find" form immediately after it's pop-up.

Thanks!