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?