Results 1 to 2 of 2

Thread: Version Information Resource

  1. #1
    Tygur
    Guest

    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.

  2. #2
    Member
    Join Date
    Feb 2001
    Posts
    57
    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
  •  



Click Here to Expand Forum to Full Width