PB Version 2021 build 1509
Hello..
I have a question, I have a screen (window + webbrowser control fullscreen).
When I open the window, I load an HTML page (it could be google.com), but it doesn't have focus (specifically in an input field)
If I open in chrome or other webbrowser the page focus on input normally.
I tried this code on active event of window but without success:
if Send(Handle(this), 513, 0, Handle(wb_1)) <> -1 then
Send(Handle(this), 514, 0, Handle(wb_1))
end if
513, 514 its a mouse click in decimal
tried too wb_1.setfocus(), window.setfocus()