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

C / C++ / MFC

 
AnswerRe: Splitter View Problem in MFC. Pin
Software_Developer30-Jul-12 7:20
Software_Developer30-Jul-12 7:20 
GeneralRe: Splitter View Problem in MFC. Pin
Rishav Prabhakar5-Aug-12 19:14
Rishav Prabhakar5-Aug-12 19:14 
QuestionHow to save a CTreeCtrl structure in a file? Pin
Le@rner29-Jul-12 19:01
Le@rner29-Jul-12 19:01 
AnswerRe: How to save a CTreeCtrl structure in a file? Pin
Richard MacCutchan29-Jul-12 21:51
mveRichard MacCutchan29-Jul-12 21:51 
AnswerRe: How to save a CTreeCtrl structure in a file? Pin
CPallini29-Jul-12 21:56
mveCPallini29-Jul-12 21:56 
GeneralRe: How to save a CTreeCtrl structure in a file? Pin
Software_Developer29-Jul-12 22:34
Software_Developer29-Jul-12 22:34 
GeneralRe: How to save a CTreeCtrl structure in a file? Pin
CPallini30-Jul-12 0:26
mveCPallini30-Jul-12 0:26 
GeneralRe: How to save a CTreeCtrl structure in a file? Pin
Software_Developer30-Jul-12 1:08
Software_Developer30-Jul-12 1:08 
Again you are always right.

The Wiki page states:
Serialization is the process of converting a data structure or object state into a format that can be stored (for example, in a file or memory buffer, or transmitted across a network connection link) and "resurrected" later in the same or another computer environment.

http://en.wikipedia.org/wiki/Serialization[^]

The INI file format is an informal standard for configuration files for some platforms or software. INI files are simple text files with a basic structure composed of "sections" and "properties".

http://en.wikipedia.org/wiki/INI_file[^]
QuestionRe: How to save a CTreeCtrl structure in a file? Pin
CPallini30-Jul-12 1:27
mveCPallini30-Jul-12 1:27 
GeneralRe: How to save a CTreeCtrl structure in a file? Pin
Le@rner31-Jul-12 1:30
Le@rner31-Jul-12 1:30 
AnswerRe: How to save a CTreeCtrl structure in a file? Pin
Chris Losinger30-Jul-12 1:17
professionalChris Losinger30-Jul-12 1:17 
GeneralHow to use serialization in mfc dialog based application? Pin
Le@rner29-Jul-12 18:59
Le@rner29-Jul-12 18:59 
GeneralRe: How to use serialization in mfc dialog based application? Pin
Richard MacCutchan29-Jul-12 21:50
mveRichard MacCutchan29-Jul-12 21:50 
GeneralRe: How to use serialization in mfc dialog based application? Pin
CPallini29-Jul-12 21:53
mveCPallini29-Jul-12 21:53 
GeneralRe: How to use serialization in mfc dialog based application? Pin
Software_Developer29-Jul-12 22:37
Software_Developer29-Jul-12 22:37 
GeneralRe: How to use serialization in mfc dialog based application? Pin
Chris Losinger30-Jul-12 1:16
professionalChris Losinger30-Jul-12 1:16 
GeneralRe: How to use serialization in mfc dialog based application? Pin
Le@rner31-Jul-12 1:29
Le@rner31-Jul-12 1:29 
QuestionCan a WorkerThread do a SendMessage to a CDialog Pin
ForNow29-Jul-12 17:24
ForNow29-Jul-12 17:24 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Sivaraman Dhamodharan29-Jul-12 20:46
Sivaraman Dhamodharan29-Jul-12 20:46 
GeneralRe: Can a WorkerThread do a SendMessage to a CDialog Pin
ForNow29-Jul-12 22:08
ForNow29-Jul-12 22:08 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
CPallini29-Jul-12 22:04
mveCPallini29-Jul-12 22:04 
QuestionRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Eugen Podsypalnikov30-Jul-12 0:30
Eugen Podsypalnikov30-Jul-12 0:30 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
ForNow30-Jul-12 2:21
ForNow30-Jul-12 2:21 
GeneralRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Eugen Podsypalnikov30-Jul-12 2:26
Eugen Podsypalnikov30-Jul-12 2:26 
AnswerRe: Can a WorkerThread do a SendMessage to a CDialog Pin
Albert Holguin30-Jul-12 3:38
professionalAlbert Holguin30-Jul-12 3: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.