08-01-2005 07:03 PM
08-02-2005 03:39 AM
You can set it at build time in the "Application Title" field on the Build->Target Settings menu.
JR
08-02-2005 10:16 AM
08-02-2005 10:29 AM
Yes - use ATTR_TASKBAR_BUTTON_TEXT, with the SetSystemAttribute() function.
JR
08-02-2005 02:11 PM
That works perfectly, thanks.
It works only when I make an executable, not during development, which is OK with me.