Application launch pad (to be run as admin or other users)
- Separated FileBrowser into it's own application. This will reduce issues with loading resource heavy folders and stalling AdminPad.
- Added some utility variables/checks ($COMPILED, $SCRIPTDIR, etc).
- Changed the Quick Apps to Shortcuts:
- Shortcuts in %APPDATA%\AdminPad\Shortcuts are loaded to create buttons.
- This folder is monitored and buttons are refreshed automatically (1/sec)
- The Add Shortcut button uses the built-in Windows New Shortcut dialog to create Shortcuts.
- Changed ToolTip object+methods into separated functions.
- Changed the command run method. Now using WScript.Shell > Run method.
- Changed all usage of ExtractAssociatedIcon to Icon-FromFilePath (function using SHGetFileInfo) The previous function was not compatible with UNC paths and would throw an error.
- Added a clickable link for the update notes in the status bar. (Hi!)
- Added resize func invoke to add_Load to hide scrollbars on startup.
- Fixed "Browse & Fill" button.
