Advertisement

02.23.2005 at 10:51PM PST, ID: 21327135
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

7.0

Using CRegKey

Asked by urivera in Windows MFC Programming

Tags:

Hello,

I was wondering if someone can provide me with an example on how to write/read from the registry using the CRegKey class.  I have never worked with the registry so please provide as much detail as possible. I basically need is to save a bunch of values from different dialog boxes, in other words to save a configuration.  I want to have an entry in registry with my company name, and under there and entry for the software program and then the configurations.  So I was to view it using regedit it would look something like this:

myComanyName
      softwareName
            Configurations
                 ConfigurationName1   (name of configuration as saved by the user)
                      checkbox1 = TRUE or FALSE (some data stored so when I read it I can tell if it was selected or not)
                      checkbox2 = TRUE or FALSE (TRUE means it was checked)
                      checkbox3 = TRUE or FALSE
                      .......   (I will be storing about 40+ different data for each configuration)
                 ConfigurationName2
                      checkbox1 = TRUE or FALSE
                      checkbox2= TRUE or FALSE
                      checkbox3 = TRUE or FALSE

                             
I want to call the functions (method) to save to the registry when the user clicks on "Save" button from within my own child dialog box I created, is that best place to write to the registry?

User will be able to click on a "Load Configuration" button from the main window or from the File menu, which will cause a child dialog box to appear(I already build the dialog box), I want to display all the current configurations saved in the registry, so I need to iterate through each one, get the configuration name and add it to my list.  After that the user will select a configuration, I then need to query each checkbox value to set my checkbox controls accordingly.  Is there an easy way to do this using CRegKey? and if so, example(s)?

Thanks.
Start Free Trial
[+][-]02.24.2005 at 01:49AM PST, ID: 13390929

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zone: Windows MFC Programming
Tags: cregkey
Sign Up Now!
Solution Provided By: srini_vc
Participating Experts: 2
Solution Grade: B
 
 
[+][-]02.24.2005 at 01:03PM PST, ID: 13397088

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]02.25.2005 at 03:17AM PST, ID: 13401845

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]02.25.2005 at 11:30PM PST, ID: 13409342

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]02.26.2005 at 08:50AM PST, ID: 13410917

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]03.12.2005 at 03:40AM PST, ID: 13524040

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]03.17.2005 at 11:27PM PST, ID: 13572293

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32