Click here to Skip to main content
15,906,625 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi
i hv a problem... how can i obtain the texts in a user-defined control window of a running application?

thx a lot
Posted

1 solution

The user defined control should have a public property that should allow you to access this text box. If not then you will need to implement one to allow you to access this text.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900