Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm trying to create shortcuts for PowerPoint 2010 using keyboard hook in C#.net. The idea is to do things by pressing only one key. I also created the shortcuts but when a dialog box is opened the keys those are assigned to the shortcuts are not working on the dialog box (not able to enter the text in text box).

Is there are any way to identify that a dialog box is opened or not? or windows API can do it?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.