yaniv_av
May 6th, 2009, 04:41 AM
Hi all!
Is there any way to retrieve text from the delphi TTntEdit control, with
win32?
The problem is that I want to get information from external application, which is written in delphi. Delphi uses VCL controls which encapsulate all the win32 messages handling. So except from the control handle (HWND) I don't have any other information and cann't retrieve it using standard win32messages.
So sending WM_GETTEXT, or GetWindowText is not work here...
Does someone know a way to do it??
Thanks!
Is there any way to retrieve text from the delphi TTntEdit control, with
win32?
The problem is that I want to get information from external application, which is written in delphi. Delphi uses VCL controls which encapsulate all the win32 messages handling. So except from the control handle (HWND) I don't have any other information and cann't retrieve it using standard win32messages.
So sending WM_GETTEXT, or GetWindowText is not work here...
Does someone know a way to do it??
Thanks!