|
-
May 6th, 2009, 06:11 AM
#2
Re: How to get delphi's edit-control text?
By using a tool spying the controls of runnning applications, you should be able to find the handle of the editbox at the core of TTntEdit control and then use GetWindowText(). Or you could enumerate child windows until you find the editbox at the source of TTntEdit control.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|