我有一个windows窗体,其中我有一个数字键盘。当用户点击text box我的数字键盘appears.but时,问题是我把应用程序移到了触摸屏键盘上。当用户单击我的text box默认触摸屏键盘时会出现。
是否可以在我的应用程序上关闭触摸屏键盘?
发布于 2014-04-21 22:11:03
你不能,这是目前用户的喜好。
类似的问题可以在这里找到
Is it possible in c# to show, hide, and manipulate the Windows 8 on-screen keyboard?
请参考http://social.msdn.microsoft.com/Forums/windowsapps/en-US/17d2486f-abbb-4352-9aaf-5a457128678a/touch-keyboard?forum=winappswithcsharp
https://stackoverflow.com/questions/23199093
复制相似问题