C
chinaxuguojun
Unregistered / Unconfirmed
GUEST, unregistred user!
var
Test: arrary [0..255] of char;
Hand: HWND;//RichEdit的句柄
begin
............
try
Test := 'aaaaaaaaaaaaa';
SendMessage(Hand,WM_SETTEXT,0,Integer(@Test));
finally
end;
end;
这个RichEdit,是另外一个程序的,而不是本程序的,如果是本程序的,我测试过了,是可以的
请各位帮忙解决,100相送
Test: arrary [0..255] of char;
Hand: HWND;//RichEdit的句柄
begin
............
try
Test := 'aaaaaaaaaaaaa';
SendMessage(Hand,WM_SETTEXT,0,Integer(@Test));
finally
end;
end;
这个RichEdit,是另外一个程序的,而不是本程序的,如果是本程序的,我测试过了,是可以的
请各位帮忙解决,100相送