I am useing VB.NET, and am working in a windows form.
how would i keep focus of an Internet Explorer window? right now i'm useing this:
AppActivate("Google - Microsoft Internet Explorer")
This works, but other programs are able to "steal" the window focus afterwards. is it possible to force the IE window to be in focus all the time, even if another program tries to call its program into focus?
thanks.
how would i keep focus of an Internet Explorer window? right now i'm useing this:
AppActivate("Google - Microsoft Internet Explorer")
This works, but other programs are able to "steal" the window focus afterwards. is it possible to force the IE window to be in focus all the time, even if another program tries to call its program into focus?
thanks.