Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAdd text in CEdit Pin
Raphael Kindt15-Jul-02 6:42
Raphael Kindt15-Jul-02 6:42 
GeneralRe: Add text in CEdit Pin
Roman Fadeyev15-Jul-02 7:00
Roman Fadeyev15-Jul-02 7:00 
GeneralRe: Add text in CEdit Pin
Raphael Kindt15-Jul-02 8:10
Raphael Kindt15-Jul-02 8:10 
GeneralMDI Child Windows Pin
sbelow15-Jul-02 6:13
sbelow15-Jul-02 6:13 
Questionhow do l plot graphs in MFC Pin
citress15-Jul-02 5:37
citress15-Jul-02 5:37 
AnswerRe: how do l plot graphs in MFC Pin
Raphael Kindt15-Jul-02 8:41
Raphael Kindt15-Jul-02 8:41 
GeneralRegistry backup/restore Pin
esapp42015-Jul-02 5:12
esapp42015-Jul-02 5:12 
GeneralRe: Registry backup/restore Pin
Roman Fadeyev15-Jul-02 5:49
Roman Fadeyev15-Jul-02 5:49 
unfortunately, there is no any appropriate functions in MFC for your task.
Moreover, MFC does not include any routines for INI-support (as far as i know). You must do it manually, by WinAPI functions.

See in MSDN: RegOpenKey[Ex], RegCloseKey and so on for Registry operation

AND
GetProfileInt, GetProfileSection, GetProfileString etc. for INI-operations
GeneralRe: Registry backup/restore Pin
esapp42015-Jul-02 5:55
esapp42015-Jul-02 5:55 
GeneralRe: Registry backup/restore Pin
Roman Fadeyev15-Jul-02 6:05
Roman Fadeyev15-Jul-02 6:05 
GeneralRe: Registry backup/restore Pin
esapp42016-Jul-02 3:49
esapp42016-Jul-02 3:49 
GeneralSetCursor Problems ! Pin
Koep15-Jul-02 5:11
Koep15-Jul-02 5:11 
GeneralRe: SetCursor Problems ! Pin
Chris Losinger15-Jul-02 5:20
professionalChris Losinger15-Jul-02 5:20 
GeneralRe: SetCursor Problems ! Pin
Koep15-Jul-02 5:39
Koep15-Jul-02 5:39 
GeneralRe: SetCursor Problems ! Pin
Chris Losinger15-Jul-02 6:01
professionalChris Losinger15-Jul-02 6:01 
GeneralRe: SetCursor Problems ! Pin
Koep15-Jul-02 6:16
Koep15-Jul-02 6:16 
GeneralRe: SetCursor Problems ! Pin
Koep15-Jul-02 6:22
Koep15-Jul-02 6:22 
GeneralSplash Screen Pin
vb_200215-Jul-02 5:07
vb_200215-Jul-02 5:07 
GeneralRe: Splash Screen Pin
Chris Losinger15-Jul-02 5:21
professionalChris Losinger15-Jul-02 5:21 
GeneralRe: Splash Screen Pin
Roman Fadeyev15-Jul-02 5:57
Roman Fadeyev15-Jul-02 5:57 
GeneralRe: Splash Screen Pin
User 842015-Jul-02 9:22
User 842015-Jul-02 9:22 
QuestionExample code of 'NetMessageBufferSend'-function? Pin
d.schaeflein15-Jul-02 5:05
d.schaeflein15-Jul-02 5:05 
QuestionSDI App shrinks at FileOpen! Why? Pin
Koep15-Jul-02 4:40
Koep15-Jul-02 4:40 
Questiongets() is not recognized by system during 2nd call why ? Pin
Pankaj Singh15-Jul-02 4:11
Pankaj Singh15-Jul-02 4:11 
Questionhow to trap enter key in MFC Pin
Pankaj Singh15-Jul-02 4:08
Pankaj Singh15-Jul-02 4:08 

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.