Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

AboutBox

Status
Not open for further replies.

wvufreelancer

Programmer
Jun 8, 2004
11
US
I am trying to create an about box using C#. I want it to read in the program data as much as possible from the registry. For example I want Application Title - figured out
Description - not sure how to do, maybe just manually enter into code?
Version - figured out
Build Date - figured out
Copyright/Company - not sure how to do

The ones I already got I used the assembly/reflection/win32 libraries.

Thanks for any help!
 
Why store this info in the registry? Why not store it in the resource file that gets compiled into your app?

Chip H.


____________________________________________________________________
If you want to get the best response to a question, please read FAQ222-2244 first
 
I agree with Chip. A lot of C++ Developers rely on the registry for holding variables but its so unnecessary - and now adays, often bad practice.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top