SetTaskIcon |
Change the iconname of a task.
Prototype:
SetTaskIcon(LONG HeaderID, LONG TaskID, STRING IconName)
Arguments:
HeaderID |
Unique ID of the task's parent header |
TaskID |
Unique ID of the task you want change |
IconName |
The new iconname |
Remarks
Usually the class tries to load the icon as a resource from the exe or dll's in the application. However, if the icon is not found there, the taskpanel tries to load it from disk.
See also: