Click here to Skip to main content
16,005,178 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:00
protectorChristian Graus23-Jun-05 17:00 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:22
akayoku23-Jun-05 17:22 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:24
protectorChristian Graus23-Jun-05 17:24 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:39
akayoku23-Jun-05 17:39 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 17:43
protectorChristian Graus23-Jun-05 17:43 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 17:59
akayoku23-Jun-05 17:59 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:22
protectorChristian Graus23-Jun-05 18:22 
GeneralRe: Get the string deep inside the Windows registry Pin
David Crow24-Jun-05 2:49
David Crow24-Jun-05 2:49 
At this point it would be better if you started over. Use AppWizard (Ctrl+N) to create a new application. A Win32 Console Application would probably be best to start with. On the "Step 1 of 1" box, select the second radio button (you don't need to mess with MFC right now). Now in the main() function, you can access the registry using RegOpenKeyEx() and RegQueryValueEx(). Use printf() to print out the results. See if you can get this working and then we can help you build upon it.


"Ideas are a dime a dozen. People who put them into action are priceless." - Unknown


GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:14
ThatsAlok23-Jun-05 18:14 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:19
akayoku23-Jun-05 18:19 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:20
protectorChristian Graus23-Jun-05 18:20 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:30
akayoku23-Jun-05 18:30 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus23-Jun-05 18:35
protectorChristian Graus23-Jun-05 18:35 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:47
akayoku23-Jun-05 18:47 
GeneralRe: Get the string deep inside the Windows registry Pin
Christian Graus26-Jun-05 13:24
protectorChristian Graus26-Jun-05 13:24 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:36
ThatsAlok23-Jun-05 18:36 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:43
akayoku23-Jun-05 18:43 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:47
ThatsAlok23-Jun-05 18:47 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 18:48
akayoku23-Jun-05 18:48 
GeneralRe: Get the string deep inside the Windows registry Pin
ThatsAlok23-Jun-05 18:55
ThatsAlok23-Jun-05 18:55 
GeneralRe: Get the string deep inside the Windows registry Pin
akayoku23-Jun-05 19:52
akayoku23-Jun-05 19:52 
GeneralRe: Get the string deep inside the Windows registry Pin
David Crow24-Jun-05 2:52
David Crow24-Jun-05 2:52 
GeneralDatabound Combobox Problems Pin
Skinzy23-Jun-05 15:46
Skinzy23-Jun-05 15:46 
GeneralBoost Libraries in VS.NET 2005 Pin
Martin Marvinski23-Jun-05 13:58
Martin Marvinski23-Jun-05 13:58 
GeneralCListBox::CompareItem() Pin
gokings23-Jun-05 13:51
gokings23-Jun-05 13:51 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.