c# - Programmatically create shortcut keys combo for desktop "shortcut" -


Is there a way to create a desktop shortcut via code or via the setup project (via VS) with a keyboard shortcut pre-defined ?

You can use the HotKey method to define a hotkey.


Comments