我用API函数调出windows系统的屏幕键盘,却不能使用,不能输入任何字母,不知道该如何解决,请各位大侠帮忙!
procedure TForm1.Button1Click(Sender: TObject);
begin
  winexec('C:\WINDOWS\system32\osk.exe',sw_show);
end;