Einzelnen Beitrag anzeigen

Benutzerbild von toms
toms
(CodeLib-Manager)

Registriert seit: 10. Jun 2002
4.648 Beiträge
 
Delphi XE Professional
 
#2

Re: Change text of other App Edit Control

  Alt 4. Okt 2009, 12:06
Hi,

To set the text of a control in another process, send the WM_SETTEXT message directly instead of calling SetWindowText.
MSDN-Library durchsuchenSetWindowText
Thomas