SetAppName |
This method is only used with Multi-DLL apps. If you want to load icons from one of your DLL's, the DLL's name must be set with this method. Failing to do so will result in the Taskpanel trying to load icons from the .exe file.
Prototype:
SetAppName(STRING szAppName)
Arguments:
szAppName The name (casesensitive) of the DLL, including .dll
Example:
TaskPanel5.SetAppName('MyMultiApp.dll') !Icons is linked into MyMultiApp.dll