Harabo Posted March 18, 2010 Posted March 18, 2010 Hello. Im making a nice little program, and i have a internet explorer included. And i have some buttons. And when i push the button, i want it to send F4. But when i push the button, its send F4 outside of the IE window. Is it possible to always have the IE on top? I also want to bush a button, and it send some text in a chat. Can someone help me?
exodius Posted March 19, 2010 Posted March 19, 2010 Suggestion: Posting your code usually yields you better help.
Harabo Posted March 19, 2010 Author Posted March 19, 2010 Thank you, finaly i fixed it:) func innfree2() $innfree3 = GUICtrlRead($innfree2) $chat = _IEGetObjById($oIE,"chatarea") $chat.innerHTML = $innfree3 $chat.focus() Send("{enter}") EndFunc
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