Uling Posted March 8, 2006 Posted March 8, 2006 hi,how can I get the object name of a running Internet Explorer Window ?There are more than one open IE Windows with different form-pages to fill out.Using GUIButtons I call functions to fill these forms.With WinExists, WinActivate etc. there is no problem to find the right windows by searching the wintitle.But to use the IE.au3 functions in existing windows I need the the object name of that IE.How can I get the $oIE_testwindow for an IE Window with testside as windowtitle ?hope you understand what I mean
greenmachine Posted March 8, 2006 Posted March 8, 2006 In IE.au3 there's a function called _IEAttach(). That's what you're looking for.
Uling Posted March 8, 2006 Author Posted March 8, 2006 thats it , many thanks ! I don't know why I didn't see that...
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