Sub _onmousemove calls the HTMLDOC.focus that needed to let user to scroll the WB page with mouse wheel without clicking the WB control. When user clicks the Ctrl+F I need immediately to stop this .focus.

Probably I can run FindWindow API in _onkeydown and set focus on "Find" dialog box by it's hWnd. I did not try it yet. I could be less resource consuming