Search found 2 matches
- Mon Nov 02, 2009 12:34 am
- Forum: Technical / Scripting
- Topic: How to set Dialog title and Editbox at runtime
- Replies: 7
- Views: 8790
A big Thank You JRL for your help. Just one last question. For some reason I can't read the Editbox value by referencing MyDialog.msEdit1. I had to use the Windows API GetWindowTextA(). Is this the proper solution in Macro Scripting? LibFunc>user32,GetWindowTextLengthA,wtlen,MyDialog.msEdit1.HANDLE ...
- Fri Oct 30, 2009 6:23 am
- Forum: Technical / Scripting
- Topic: How to set Dialog title and Editbox at runtime
- Replies: 7
- Views: 8790
How to set Dialog title and Editbox at runtime
Hello Macro colleagues, I want to perform these 3 tasks at runtime. 1. Change the Dialog title 2. Change the content in an Editbox 3. Have the above text values perserved (not change) when call to "ResetDialogAction>MyDialog" /* Set the text in the Editbox at runtime works */ SetControlText>Change W...