hiepxuan2008 Posted June 18, 2014 Posted June 18, 2014 (edited) Hello, every body. I'm catching trouble with detect instance in another application. In that form, I can detect ComboBox, TextBox, OptionButton, .. But I can not detect checkbox, text, input box (which is near ID Au and MK Au) (It's disabled). My purpose is enable input box near ID Au and MK Au. Any body can help me throw teamviewer? Add my facebook and private message me: facebook.com/hiepit. Thanks very much who can help me. There are some picture: If you don't know my problem, may be my english is not good. Please comment, i will make it clearly. Edited June 18, 2014 by hiepxuan2008
hiepxuan2008 Posted June 18, 2014 Author Posted June 18, 2014 $hUpgradeWin = WinGetHandle ( "[CLASS:ThunderRT6FormDC; TITLE:PVModz 2.2]" ) If IsHWnd ( $hUpgradeWin ) Then $aClasses = WinGetClassList ( $hUpgradeWin ) Else $aClasses = "unable to find window" EndIf MsgBox ( 1,1,$aClasses ) With above code. And the result is:
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