问题描述
任何人都知道如何禁用按下红色按钮的事件?
$
我设法禁用所有带有UnregisterFunc1和RegisterHotKey功能的按钮,即使结束call key是'tight',但当按下时事件传递。
我正在开发一个应用程序来限制对单元格功能的访问只留下应用程序这是与Windows Mobile 6一起启动的。
Anyone know how do I disable the event of pressing the red button?
I managed to disable all the buttons with the functions UnregisterFunc1 and RegisterHotKey even when the end call key is 'tight', but when it is pressed the event passing.
I am developing an application to limit access to the features of the cell leaving only the application that is started along with Windows Mobile 6.
推荐答案
支持结束键,我们可以使用  ;键盘钩来做到这一点。以下是一个示例:
Fend end key, we can use a keyboard hook to do it. Here is a sample:
http://blog.opennetcf.org/ayakhnin/PermaLink.aspx?guid=84b95802 -76d7-499c-b266-e2251ab15706
致以诚挚的问候,
广-Ming Bian - MSFT
Best regards,
Guang-Ming Bian - MSFT
这篇关于Windows Mobile:按下禁用事件结束呼叫按钮(红色按钮)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!