Click here to Skip to main content
15,916,042 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: C# Pin
Mark Salsbery28-Jun-07 7:32
Mark Salsbery28-Jun-07 7:32 
GeneralRe: C# Pin
Hamid_RT28-Jun-07 8:25
Hamid_RT28-Jun-07 8:25 
Answerfor you, VB Pin
toxcct28-Jun-07 7:35
toxcct28-Jun-07 7:35 
AnswerDon't answer this user Pin
leckey28-Jun-07 7:53
leckey28-Jun-07 7:53 
GeneralRe: Don't answer this user Pin
Hamid_RT28-Jun-07 8:25
Hamid_RT28-Jun-07 8:25 
GeneralRe: Don't answer this user Pin
leckey28-Jun-07 9:01
leckey28-Jun-07 9:01 
AnswerRe: C# Pin
Hamid_RT29-Jun-07 3:03
Hamid_RT29-Jun-07 3:03 
QuestionINI insted of Registry Pin
Abhijeet Pathak28-Jun-07 7:11
Abhijeet Pathak28-Jun-07 7:11 
Hi,

Whenever we generate a MFC app, it generates standard skeleton and code for storing
options and MRU in the registry in the BOOL CSampleApp::InitInstance()
function.

<br />
SetRegistryKey(_T("SampleApp"));<br />
LoadStdProfileSettings(0);  // Load standard INI file options (including MRU)<br />


The above comment suggests that options can be loaded either from INI or registry,
and by default registry is used.

How to activate the use of INI files insted of registry.

I'm using VS2005.

Thanks

--
Why buy the cow when milk is free?
AnswerRe: INI insted of Registry Pin
Joan M28-Jun-07 7:29
professionalJoan M28-Jun-07 7:29 
AnswerRe: INI insted of Registry Pin
Hans Dietrich28-Jun-07 8:34
mentorHans Dietrich28-Jun-07 8:34 
QuestionCStatic text box Pin
mcsherry28-Jun-07 6:07
mcsherry28-Jun-07 6:07 
AnswerRe: CStatic text box Pin
mcsherry28-Jun-07 6:27
mcsherry28-Jun-07 6:27 
AnswerRe: CStatic text box Pin
Wes Aday28-Jun-07 6:29
professionalWes Aday28-Jun-07 6:29 
AnswerRe: CStatic text box Pin
Mark Salsbery28-Jun-07 6:29
Mark Salsbery28-Jun-07 6:29 
Questionwhat's function? Pin
Max++28-Jun-07 6:00
Max++28-Jun-07 6:00 
AnswerRe: what's function? Pin
Wes Aday28-Jun-07 6:30
professionalWes Aday28-Jun-07 6:30 
GeneralRe: what's function? Pin
led mike28-Jun-07 6:33
led mike28-Jun-07 6:33 
GeneralRe: what's function? Pin
Mark Salsbery28-Jun-07 6:35
Mark Salsbery28-Jun-07 6:35 
GeneralRe: what's function? Pin
Wes Aday28-Jun-07 6:39
professionalWes Aday28-Jun-07 6:39 
QuestionRe: what's function? Pin
Mark Salsbery28-Jun-07 6:34
Mark Salsbery28-Jun-07 6:34 
AnswerRe: what's function? Pin
Max++28-Jun-07 7:00
Max++28-Jun-07 7:00 
AnswerRe: what's function? Pin
led mike28-Jun-07 7:52
led mike28-Jun-07 7:52 
AnswerRe: what's function? Pin
Adno28-Jun-07 8:55
Adno28-Jun-07 8:55 
GeneralRe: what's function? Pin
led mike28-Jun-07 9:21
led mike28-Jun-07 9:21 
GeneralRe: what's function? Pin
Adno28-Jun-07 9:44
Adno28-Jun-07 9:44 

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.