Reputation: 115
I want to add version info to my app, but I don't know how to do it.
I'd like to be able to make my app look like this in Explorer:
but I don't know how. Can you help me?
Thanks in advance!
Upvotes: 1
Views: 663
Reputation: 409166
You have to create, compile and link with a resource file that contains a VERSIONINFO
resource. See here for more information about resource files.
Upvotes: 1