从库中捕获关键事件
我开发了一个由 SmartDevice 项目和 WinForm 项目引用的库。
因此它被用在不同材料的设备上。我有这些设备的列表,但区别在于键盘...有些有“完整”键盘,另一些有“部分”键盘...
我想均匀地管理键盘布局,并将在我的库(不是 winform 项目)。
我有一个抽象的“材料”类,在其中定义了引发的所有事件以及该类的每个不同的材料继承。
我的问题是:如何捕获每个子类中的应用程序键事件以按照我的意愿映射它?
希望我足够清楚...
提前致谢。
I develop a library that is referenced by a SmartDevice project and a WinForm project.
So it's used on distinct material devices. I've the list of these devices but difference is on the keyboard... Some have a "full" keyboard, some other a "partial" keyboard...
I want to do manage the keyboard layout homogeneously and will do it in my library (not a winform project).
I've an abstract "material" class in which I define all events raised and each distinct material herits from this class.
My question is : how can I catch application keys events in each of theses subclasses to map it as I wish?
Hope I'm clear enough...
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是您要找的吗?
http://www.codeproject.com/KB/cs/globalhook.aspx
Is this what you're looking for?
http://www.codeproject.com/KB/cs/globalhook.aspx