询问者
keybd_event的参数问题

问题
全部回复
-
你好:
- KEYEVENTF_EXTENDEDKEY
- 0x0001
If specified, the scan code was preceded by a prefix byte having the value 0xE0 (224).
官方的解释翻译过来意思应该是扫描的键盘码会带0xE0的前缀,我查了一下,带这个字节的前缀的是键盘右侧的小键盘部分。意思可能是只监视小键盘的事件,你可以用代码测试一下。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey. -
建议你到C++或者Windows相关的论坛去问一下,这个问题已经脱离了.Net Framework的范畴了。我暂时也给不了你答案。
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
Click HERE to participate the survey.