How to intercept control-N in CDHTMLDialog app?
C / C++ / MFC
1
Posts
1
Posters
1
Views
1
Watching
-
I'm intercepting all the alt keys in my CDHtmlDialog derived dialog application, but I can't seem to intercept the control-N "new browser" key combination. Unlike CHtmlView, CDHtmlDialog doesn't have an OnNewWindow2 event handler. I'm using C++ in Visual Studio .Net 2003. I should know how to do this, but I don't. Hints or pointers to a faq are very welcome. Thanks, Jim Howard