hi there...
i am new with programming and now i have to use MFC to create a program for my new job.I have a program that list out the products of the company in the listbox. My task is, everytime i doubleclick on an element in the list, another window listing out the properties of the element(such as the name of the element, its type, its manufacturer etc). The properties are kept in the windows Registry.
How can i access the Registry from the list in ListBox?
i was told that i must used RegCreateKey and RegEnumKey.
i am not so sure on how to use them. How do i create the key to access the registry ?
i am new with programming and now i have to use MFC to create a program for my new job.I have a program that list out the products of the company in the listbox. My task is, everytime i doubleclick on an element in the list, another window listing out the properties of the element(such as the name of the element, its type, its manufacturer etc). The properties are kept in the windows Registry.
How can i access the Registry from the list in ListBox?
i was told that i must used RegCreateKey and RegEnumKey.
i am not so sure on how to use them. How do i create the key to access the registry ?