KeyBoard shortcuts to MenuItem
-
Thursday, May 03, 2012 6:32 AM
Hi All,
I am developing a new Excel add-in (Office 2003 and higher support ) using VSTO 3.5 (Visual studios 2008) and on startup of the add-in i am calling a function build my customized Menubar on it, Menubar has multiple sub menubars and each menubar click action opens up a .NET Win Form. Now we want to apply keyboard short cuts to each menu item so its easy for the end user to work without mouse clicks.
For example : Ctl+Shift+A should open my AuditForm
I tried many ways but couldn't succeeded ,any expert help would be highly appriciated.
Thanks
Dwipayan
Dwipayan Das
- Edited by Dwipayan Das Thursday, May 03, 2012 11:19 AM l
All Replies
-
Friday, May 04, 2012 2:57 AM
Hi Dwipayan,
It's based on my experience that you need some Win32 API for your issue.
Best Regards,
T.X.
- Marked As Answer by Tom_Xu_WXModerator Wednesday, May 30, 2012 7:40 AM

