win32 resources
Sergey Gromov
snake.scaly at gmail.com
Sun Feb 3 05:17:57 PST 2008
Mike Wrote:
> The important part is this: "The name for grouped taskbar buttons comes
> from the version resource of the underlying program. You can view this
> directly by viewing the properties of the executable program and looking
> on the Version tab."
It's a regular Windows resource of type VERSIONINFO:
http://msdn2.microsoft.com/en-us/library/aa381058.aspx
You'll have to link it into your application in order to get a Version tab
in app properties and whatever comes with it.
SnakE
More information about the Digitalmars-d-learn
mailing list