Keyboard functionality for IExplorerBrowser
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
How can I get all keyboard functionality for IExplorerBrowser[^] in a MFC app ? I have context menu options available for mouse, but not for keyboard (Ctrl+C, Ctrl+V, Ctrl+A, etc.). Is there any method to have these commands in my app ? I am pretty sure that is possible, but I don't know how :)