从代码控制 Windows 7 屏幕键盘位置
我的经理认为他看到其他人将屏幕键盘上的窗口“锁定”到其应用程序的底部,从而有效地将其与他们的窗口对接,并希望我重现这一点。他们使用 vb6,偶尔也使用 vb.net。
我已经在这个主题上进行了大量的谷歌搜索,现在我正在研究Windows SDK,但是如果有人可以通过确认这是不可能的或指向我来帮助我节省几天的痛苦如果是在正确的方向,我将不胜感激。
My manager thinks he's seen other people "lock" the windows on screen keyboard to the bottom of their applications, effectively docking it with their window, and wants me to reproduce this. They're using vb6 and occasionally vb.net.
I've done a good amount of googling on the subject and I'm resorting to looking into the windows SDK at the minute, but if someone out there can save me a few days of pain by either confirming that it's not possible or pointing me in the right direction if it is I'd appreciate it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现如果从任务栏图标打开键盘,键盘就会锁定。即使我不在文本字段中,它也会保留在屏幕底部。
但不知道如何以编程方式实现这一点
I find that the keyboard locks if I open it from the taskbar icon. It will stay on the bottom of the screen then, even if I'm not on a text field.
No idea how to achieve that programmatically though