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.