Search found 4 matches
- Sun Apr 17, 2011 12:59 pm
- Forum: Technical / Scripting
- Topic: How to find class, handle of Window or Dialog
- Replies: 5
- Views: 6251
I found the code for GetControlText. Thanks to JRL, Rain. wait>0.5 GetControlText>Total Commander,TPanel,2,strText IF>strText=1 //Press button 1 MouseOver>Total Commander,&1 wait>0.5 LClick Endif IF>strText=2 //Press button 2 MouseOver>Total Commander,&2 wait>0.5 LClick Endif IF>strText=3 //Press bu...
- Sun Apr 17, 2011 5:54 am
- Forum: Technical / Scripting
- Topic: How to find class, handle of Window or Dialog
- Replies: 5
- Views: 6251
- Fri Apr 15, 2011 4:25 pm
- Forum: Technical / Scripting
- Topic: How to find class, handle of Window or Dialog
- Replies: 5
- Views: 6251
Thank you for your reply. However I can't still solve my problem. Here is my problem. http://img853.imageshack.us/img853/7886/control.png In Total Commander, I want to get the text and press the correct button. However I can't find the className or Handle to point number 2. Please slove this problem...
- Thu Apr 14, 2011 5:11 am
- Forum: Technical / Scripting
- Topic: How to find class, handle of Window or Dialog
- Replies: 5
- Views: 6251
How to find class, handle of Window or Dialog
Hi, When I use GetControlText or PushButton etc... , It is hard to find the correct ClassName or Handle. In most case, GetControlText works well. Sometimes, GetControlText doesn't work because I don't know the correct ClassName or Handle. I tried to use "View System Windows", but it is difficult to ...