Creating Shortcuts in the main form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have an application write in c# and i want to offer to the user to create
himself shortcuts with icons for the main menu items.
I will very much appreciate if will receive an helping hand.
Thank you
 
Thank you for your informations.
I think I was not very clear. I have an accounting application and I want to
let the user create shoetcuts to the items in menu but that shortcuts to
appear on the main form as icons and not on other location. So for example I
have in the menu "Creating Clients" and i want the user of my software to be
able to create a shortcut in the main form to this "Creating Clients" and the
shortcut to appear on the main form ( similar to the desktop).
Thank you
 
"Shortcut" in this sense can be an owner draw button that simply calls
appropriate form, right? Also you can try to add hotkeys support.
 
Back
Top