ShortCuts
Posted: Tue May 08, 2012 8:26 pm
Here is a new sample program that is designed to allow users to create their own shortcuts on the application desktop and/or toolbar. Implementation is simple - just one line of code:
Put this code after you have created your menu system.
Look at the attached sample.
Unzip the file into your \exp19\samples\menu folder and run Shortcuts.exe.
I am eager to make this both simpler and more powerful.
Feedback will be appreciated.
Code: Select all
oShortCuts := ShortCuts():new(GetList):BuildShortcuts()
Look at the attached sample.
Unzip the file into your \exp19\samples\menu folder and run Shortcuts.exe.
I am eager to make this both simpler and more powerful.
Feedback will be appreciated.