IfThen Posted July 5, 2009 Posted July 5, 2009 Hello, i have embedded browser which navigate to some pages, everytime it chage the page it take focus... how can i do to make this embedded browser not to take focus never?
somdcomputerguy Posted July 5, 2009 Posted July 5, 2009 (edited) Function WinSetState? This won't keep window from getting focus, probably take it away though.. Edited July 5, 2009 by snowmaker - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
IfThen Posted July 7, 2009 Author Posted July 7, 2009 GUISetState(@SW_SHOWNOACTIVATE)It works in the same way... I don't know why
IfThen Posted July 10, 2009 Author Posted July 10, 2009 Hello, i have embedded browser which navigate to some pages, everytime it chage the page it take focus... how can i do to make this embedded browser not to take focus never?I continue looking for a solution, if anybody know it let me know.
somdcomputerguy Posted July 10, 2009 Posted July 10, 2009 How about.. (re)assign focus to last active window. This would be easier of course if the last active window is known, but I'm sure it can be done even if not known.. - Bruce /*somdcomputerguy */ If you change the way you look at things, the things you look at change.
picea892 Posted July 10, 2009 Posted July 10, 2009 This solution may be of interest to you http://www.autoitscript.com/forum/index.php?showtopic=97867&st=30
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now