Deemerlro Posted December 16, 2009 Posted December 16, 2009 Cann you please help me? WINDOW Title: Identity Manager - Mozilla Firefox Class: MozillaUIWindowClass Position: -4, -4 Size: 1288, 968 Style: 0x48CF0000 ExStyle: 0x00000100 Handle: 0x00010730 CONTROL Class: MozillaWindowClass Instance: 1 ClassnameNN: MozillaWindowClass Advance(Class): [CLASS:MozillaWindowClass; INSTANCE:1] ID: Text: Position: 0, 0 Size: 1280,934 ControlClick Coords: 594, 21 Style: 0x56000000 ExStyle: 0x00000000 Handle: 0x0001073A My code is: & tryed others 2 but stull the same result - I recieve or an empty MsgBox or an "0" WinWait("Identity Manager - Mozilla Firefox") If Not WinActive("Identity Manager - Mozilla Firefox") Then WinActivate("Identity Manager - Mozilla Firefox") WinWaitActive("Identity Manager - Mozilla Firefox") Dim $Text $Text= ControlListView ( "[CLASS:MozillaUIWindowClass]", "", "[CLASS:MozillaWindowClass; INSTANCE:1]", "GetSelected") ;Display the selected text in a message box. MsgBox(1, "", $Text)
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