Assign Hotkey to Explorerbar?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi Friends, I've created a FindBar using the deskband. I want to assign hotkey to Findbar, so that when user press 'Ctrl+f' key the findbar popsup in IE. How can I do that? Please help me.
ritz1234
Hi,i don't know what is FindBar. but you can use PreTranslateMessage(MSG *pMsg) to get the keybord. :)