Click here to Skip to main content
16,004,890 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to run a function every minute? Pin
David Crow9-Apr-04 3:59
David Crow9-Apr-04 3:59 
GeneralRe: How to run a function every minute? Pin
toxcct9-Apr-04 4:05
toxcct9-Apr-04 4:05 
GeneralRe: How to run a function every minute? Pin
David Crow9-Apr-04 5:10
David Crow9-Apr-04 5:10 
GeneralRe: How to run a function every minute? Pin
ThatsAlok10-Apr-04 1:29
ThatsAlok10-Apr-04 1:29 
GeneralRe: How to run a function every minute? Pin
Keylee7179-Apr-04 9:13
Keylee7179-Apr-04 9:13 
GeneralRe: How to run a function every minute? Pin
toxcct9-Apr-04 10:06
toxcct9-Apr-04 10:06 
Questionlwhat's "standard INI file"? Pin
vividtang8-Apr-04 21:08
vividtang8-Apr-04 21:08 
AnswerRe: lwhat's "standard INI file"? Pin
Mike Dimmick9-Apr-04 0:08
Mike Dimmick9-Apr-04 0:08 
From the documentation:

"Call this member function from within the InitInstance member function to enable and load the list of most recently used (MRU) files and last preview state. If nMaxMRU is 0, no MRU list will be maintained."

The code for CWinApp::LoadStdProfileSettings can be found in APPCORE.CPP in the MFC source; this uses an internal MFC class CRecentFileList to manage the list of recently-used files maintained by the application. The implementation of CRecentFileList can be found in FILELIST.CPP.

You can normally find the MFC source for VS6 in C:\Program Files\Microsoft Visual Studio\VC98\MFC\SRC. If it's not there, you can install it from the CD.

The framework stores the MRU information under a key called 'Recent File List' under your application's registry key.

The 'last preview state' refers to print preview; this code saves and restores the number of pages shown (one or two) when showing a print preview.

Stability. What an interesting concept. -- Chris Maunder
Generalwho had used TSAPI to write a CTI prog,please help me!!!! Pin
tank10258-Apr-04 21:07
tank10258-Apr-04 21:07 
GeneralRe: who had used TSAPI to write a CTI prog,please help me!!!! Pin
GflPower8-Apr-04 22:07
GflPower8-Apr-04 22:07 
GeneralRe: who had used TSAPI to write a CTI prog,please help me!!!! Pin
tank10259-Apr-04 0:34
tank10259-Apr-04 0:34 
Questionhow to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
vividtang8-Apr-04 20:57
vividtang8-Apr-04 20:57 
AnswerRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
gUrM33T8-Apr-04 21:04
gUrM33T8-Apr-04 21:04 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
vividtang8-Apr-04 21:15
vividtang8-Apr-04 21:15 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Prakash Nadar8-Apr-04 21:50
Prakash Nadar8-Apr-04 21:50 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
2249178-Apr-04 23:43
2249178-Apr-04 23:43 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
vividtang9-Apr-04 2:52
vividtang9-Apr-04 2:52 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
2249179-Apr-04 3:11
2249179-Apr-04 3:11 
GeneralRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Prakash Nadar9-Apr-04 5:56
Prakash Nadar9-Apr-04 5:56 
AnswerRe: how to understand "CCommandLineInfo cmdInfo;ParseCommandLine(cmdInfo);"? Pin
Mike Dimmick9-Apr-04 0:13
Mike Dimmick9-Apr-04 0:13 
Generalloading a bitmap Pin
egafadf8-Apr-04 20:44
egafadf8-Apr-04 20:44 
GeneralRe: loading a bitmap Pin
autodebug8-Apr-04 20:48
autodebug8-Apr-04 20:48 
GeneralRe: loading a bitmap Pin
gUrM33T8-Apr-04 20:56
gUrM33T8-Apr-04 20:56 
GeneralRe: loading a bitmap Pin
autodebug8-Apr-04 21:12
autodebug8-Apr-04 21:12 
GeneralRe: loading a bitmap Pin
gUrM33T8-Apr-04 20:59
gUrM33T8-Apr-04 20:59 

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.