Multi DLL Applications |
In your data-dll you must add the global template "XPTaskPanelGlobal - XP Taskpanel Global".
Filenames NOTE!
DLL's with a Taskpanel control must not be renamed after compilation. If the dll is not found by its compile-time name, in the current dir or path, Taskpanel will be unable to load the icons from that DLL. Instead it will try to load them from the .exe file (which in most cases will lead to "invisible" icons)...
If you MUST rename your DLL. The programmer is responisble for setting the correct filename, at runtime, with the method SetAppName.