|
-
Feb 3rd, 2002, 10:17 PM
#1
Version Information Resource
I'm in the process of making an About box for my C++ app and I'd like to make it show the version and copyright information. It should extract it from the version information resource. How do I make it do this?
I searched the forum, but all I found was one person who already asked the same question, but got no answer. Hopefully, someone will answer this time.
-
Feb 3rd, 2002, 10:46 PM
#2
Member
Okay, I did a little research on MSDN and found that the LoadResouce() and FindResource() function will probably do what you need. I don't have an example of using these functions though. Read what MSDN says about these functions to see if that helps you.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|