Click here to Skip to main content
15,908,776 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Looking for nice looking GUI library Pin
sstainba24-Jun-07 9:14
sstainba24-Jun-07 9:14 
AnswerRe: Looking for nice looking GUI library Pin
Hamid_RT24-Jun-07 19:59
Hamid_RT24-Jun-07 19:59 
QuestionCharts in Visual C++ 6.0 Pin
einishant24-Jun-07 2:38
einishant24-Jun-07 2:38 
AnswerRe: Charts in Visual C++ 6.0 Pin
Hans Dietrich24-Jun-07 9:53
mentorHans Dietrich24-Jun-07 9:53 
QuestionAbout Grid in visual C++ Pin
mt_samiei24-Jun-07 2:13
mt_samiei24-Jun-07 2:13 
AnswerRe: About Grid in visual C++ Pin
Arris7424-Jun-07 2:41
Arris7424-Jun-07 2:41 
QuestionRegistry access on another Windows Installation Pin
Akin Ocal23-Jun-07 20:09
Akin Ocal23-Jun-07 20:09 
AnswerRe: Registry access on another Windows Installation Pin
Perspx23-Jun-07 22:00
Perspx23-Jun-07 22:00 
I'm not sure if you are able to do this, but the registry files are stored in [Windows Root Drive]\Windows\System32\config\ from Windows 2000 and later.. If you are running the windows installation to which these files are owned by, you cannot open them, as they are being protected (and used) by kernel32.dll, however if you are running the application using a different installation of Windows, then you should be able to access them, provided you have read access to the registry files.. The registry files are Software, System, SAM, Security, Default, and UserDiff (none of these files have extensions). They all relate to different parts of the registry.

Look at this article for more info.

Good luck! Hope this helps!
--PerspX
QuestionMIDI to WAVE converter Pin
Jacky98423-Jun-07 19:08
Jacky98423-Jun-07 19:08 
QuestionRedirection of buffer data to sound card and storing output as .wav file Pin
patelviral23-Jun-07 18:32
patelviral23-Jun-07 18:32 
QuestionFunction Pointer Vector Pin
0rigin23-Jun-07 16:26
0rigin23-Jun-07 16:26 
AnswerRe: Function Pointer Vector Pin
Mark Salsbery23-Jun-07 20:28
Mark Salsbery23-Jun-07 20:28 
GeneralRe: Function Pointer Vector Pin
0rigin23-Jun-07 20:55
0rigin23-Jun-07 20:55 
GeneralRe: Function Pointer Vector Pin
Mark Salsbery23-Jun-07 21:16
Mark Salsbery23-Jun-07 21:16 
GeneralRe: Function Pointer Vector Pin
Cyrilix24-Jun-07 8:34
Cyrilix24-Jun-07 8:34 
GeneralRe: Function Pointer Vector Pin
0rigin24-Jun-07 8:53
0rigin24-Jun-07 8:53 
GeneralRe: Function Pointer Vector Pin
Cyrilix24-Jun-07 9:16
Cyrilix24-Jun-07 9:16 
QuestionDistribution in .NET 8 Pin
Dave Kerr23-Jun-07 13:41
mentorDave Kerr23-Jun-07 13:41 
AnswerRe: Distribution in .NET 8 Pin
Christian Graus23-Jun-07 14:00
protectorChristian Graus23-Jun-07 14:00 
GeneralRe: Distribution in .NET 8 Pin
Dave Kerr24-Jun-07 0:00
mentorDave Kerr24-Jun-07 0:00 
GeneralRe: Distribution in .NET 8 Pin
Mark Salsbery24-Jun-07 6:18
Mark Salsbery24-Jun-07 6:18 
Questionhow to dynamically access to a function or to its name? Pin
Arris7423-Jun-07 10:05
Arris7423-Jun-07 10:05 
AnswerRe: how to dynamically access to a function or to its name? Pin
dabs23-Jun-07 10:37
dabs23-Jun-07 10:37 
GeneralRe: how to dynamically access to a function or to its name? Pin
Arris7423-Jun-07 10:51
Arris7423-Jun-07 10:51 
GeneralRe: how to dynamically access to a function or to its name? Pin
dabs23-Jun-07 15:38
dabs23-Jun-07 15:38 

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.