Click here to Skip to main content
15,917,968 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to print/Preview the static Pin
kanat9-Oct-02 21:58
kanat9-Oct-02 21:58 
AnswerRe: How to print/Preview the static Pin
Anonymous10-Oct-02 0:46
Anonymous10-Oct-02 0:46 
GeneralNOMIRRORBITMAP Pin
Gleb9-Oct-02 21:30
Gleb9-Oct-02 21:30 
Generalvery silly problem Pin
Chanda.com9-Oct-02 21:22
Chanda.com9-Oct-02 21:22 
GeneralRe: very silly problem Pin
Nish Nishant9-Oct-02 22:03
sitebuilderNish Nishant9-Oct-02 22:03 
GeneralRe: very silly problem Pin
Jon Hulatt9-Oct-02 22:03
Jon Hulatt9-Oct-02 22:03 
GeneralSaving Application settings for next restarts Pin
Soni9-Oct-02 21:17
Soni9-Oct-02 21:17 
GeneralRe: Saving Application settings for next restarts Pin
Paul M Watt9-Oct-02 21:28
mentorPaul M Watt9-Oct-02 21:28 
It really depends on what framework or tools that you are using to develop your application.

If you are using MFC, then you are in luck, you can simply set the registry key that your app will store all of its settings in, then call WriteProfileString and GetProfileString from your CWinApp object to manage your settings.

If you are using any other tools there are most likely methods to help ease the trouble of saving your settings. Depending if you want to save them in an ini file you can use WritePrivateProfileString. Of If you want to save your settings in the registry you will need to open a registry key and create new settings.

Good Luck


Build a man a fire, and he will be warm for a day
Light a man on fire, and he will be warm for the rest of his life!

QuestionWorks under UNICODE ??? Pin
Daniel Strigl9-Oct-02 20:51
Daniel Strigl9-Oct-02 20:51 
AnswerRe: Works under UNICODE ??? Pin
Paul M Watt9-Oct-02 21:22
mentorPaul M Watt9-Oct-02 21:22 
AnswerRe: Works under UNICODE ??? Pin
Michael Dunn9-Oct-02 21:46
sitebuilderMichael Dunn9-Oct-02 21:46 
GeneralRe: Exporting symbols from Application to DLL Pin
Paul M Watt9-Oct-02 21:16
mentorPaul M Watt9-Oct-02 21:16 
GeneralRe: Exporting symbols from Application to DLL Pin
KarstenK10-Oct-02 1:19
mveKarstenK10-Oct-02 1:19 
GeneralDisplaying a PDF file in my App Pin
Jerome Conus9-Oct-02 20:08
Jerome Conus9-Oct-02 20:08 
GeneralRe: Displaying a PDF file in my App Pin
ASH9-Oct-02 21:13
ASH9-Oct-02 21:13 
GeneralRe: Displaying a PDF file in my App Pin
ASH9-Oct-02 21:23
ASH9-Oct-02 21:23 
GeneralRe: Displaying a PDF file in my App Pin
vgkotha10-Oct-02 1:21
vgkotha10-Oct-02 1:21 
QuestionHow to write a UNICODE string to a ASCII file? Pin
Daniel Strigl9-Oct-02 20:04
Daniel Strigl9-Oct-02 20:04 
AnswerRe: How to write a UNICODE string to a ASCII file? Pin
Michael Dunn9-Oct-02 20:31
sitebuilderMichael Dunn9-Oct-02 20:31 
GeneralRe: How to write a UNICODE string to a ASCII file? Pin
Daniel Strigl9-Oct-02 20:35
Daniel Strigl9-Oct-02 20:35 
GeneralRe: How to write a UNICODE string to a ASCII file? Pin
Michael Dunn9-Oct-02 20:49
sitebuilderMichael Dunn9-Oct-02 20:49 
GeneralRe: How to write a UNICODE string to a ASCII file? Pin
Daniel Strigl9-Oct-02 20:53
Daniel Strigl9-Oct-02 20:53 
GeneralRe: How to write a UNICODE string to a ASCII file? Pin
Daniel Strigl9-Oct-02 21:16
Daniel Strigl9-Oct-02 21:16 
GeneralRe: How to write a UNICODE string to a ASCII file? Pin
Daniel Strigl23-Oct-02 3:37
Daniel Strigl23-Oct-02 3:37 
GeneralURLEncoder Pin
John Bosko9-Oct-02 19:56
John Bosko9-Oct-02 19:56 

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.