当文本框突出显示时如何启用屏幕键盘 (OSK.exe)
我为 Windows 7 触摸屏编写了一个 VB 6 应用程序,当用户指向文本框时如何调用屏幕键盘 (OSK.exe)?
使用Windows 7和Windows Touch不会有任何问题,但问题是Windows Touch Pack无法安装到不支持双同时触摸的触摸屏中。
I wrote a VB 6 application for Windows 7 touch screen, how can I call the On Screen Keyboard (OSK.exe) when user point on the text box?
With windows 7 and Windows touch it will not have any problem, but the problem is the Windows touch pack cannot be installed into the touch screen that does not support double simultaneous touch.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们开发了一款在触摸屏上运行的工业机械软件。
我们只有自己的表单,上面有每个键,关闭时将值返回到文本框。
We have an industrial machinery software we develop that runs on touchscreen.
We just have our own form that has every key on it that when closed returns the value back to the textbox.