Jump to content

need help getting controltext


 Share

Recommended Posts

hi,

I need help with getting the control text from the following window:

Attached is a file with a screen shot of the controlwindow.

thanks,

I tried :

$m=WinGetText ("[CLASS:AfxWnd70u]","") --> dosen't work.

also: ControlGetText ("Customer Interaction Express","","[CLASSNN....) didn't work also.

please help me out.

Link to comment
Share on other sites

hi, again.

I still have a problem, allthough this works, the second time you open the application, it has a different CLASSNN number for this control.

pls help out.

is there any way to get the CLASSNN of a CLASS control before getting the data like guictrlgetclassNN ? because the CLASS itself AfxWnd70u never changes only the CLASSNN.

Link to comment
Share on other sites

hi, again.

I still have a problem, allthough this works, the second time you open the application, it has a different CLASSNN number for this control.

pls help out.

is there any way to get the CLASSNN of a CLASS control before getting the data like guictrlgetclassNN ? because the CLASS itself AfxWnd70u never changes only the CLASSNN.

Looks which of other properties of that control don't change (for example: X,Y,W,H) and specify it in your
[CLASS:AfxWnd70u; X:100; Y:200]
Edited by Zedna
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...