ich wollte das mal probieren, aber wieso will er
Code:
SendMessage(ccHwnd, WM_GETTEXT, ccl+1, PChar(ccText));
nicht
,obwohl WM_Gettext in wParam einen int und in lParam ne Adresse erwartet ??
Code:
WM_GETTEXT
wParam = (WPARAM) cchTextMax; // number of characters to copy
lParam = (LPARAM) lpszText; // address of buffer for text