大家来看看(100分)

  • 主题发起人 主题发起人 jinyfboss
  • 开始时间 开始时间
J

jinyfboss

Unregistered / Unconfirmed
GUEST, unregistred user!
var
I: Integer;
begin
if (hW=0) or (sText='') then
Exit;

for I := 1 to Length(sText) do
PostMessage(hW,WM_CHAR{,WM_CHAR},Ord(sText),0);
end;

procedure TForm1.ComboBox1KeyDown(Sender: TObject
var Key: Word;
Shift: TShiftState);
begin
if Key = VK_F1 then
SendChars((Sender as TWinControl).Handle,'简');
end;
 
不能正常输入,如果是汉字的话,怎么解决?
 
在xp下有此问题,在2000下无此问题,并且是只在combox的时候才有,edit没有
 
在2000下也有此问题
 
问题自己解决,来个人收分
 

Similar threads

I
回复
0
查看
563
import
I
I
回复
0
查看
601
import
I
I
回复
0
查看
553
import
I
I
回复
0
查看
682
import
I
后退
顶部