level 1
系统所带的软键盘,其实就是一个小程序。在你的程序中使用下列语句调用:
uses shellapi;
shellexecute(form1.handle,'open',pchar('Tabtip.exe'),'-s','',sw_shownormal);
或者
shellexecute(form1.handle,'open',pchar('osk.exe'),'-s','',sw_shownormal);
就可以啦!
2022年05月15日 16点05分