Click here to Skip to main content
15,920,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCProgressCtrl Pin
josip cagalj19-Nov-08 22:23
josip cagalj19-Nov-08 22:23 
QuestionRe: CProgressCtrl Pin
Roger Stoltz20-Nov-08 1:08
Roger Stoltz20-Nov-08 1:08 
AnswerRe: CProgressCtrl Pin
josip cagalj20-Nov-08 1:20
josip cagalj20-Nov-08 1:20 
AnswerRe: CProgressCtrl Pin
Roger Stoltz20-Nov-08 1:36
Roger Stoltz20-Nov-08 1:36 
QuestionHow to create Middleware application between our own client and server for monitoring the data. Pin
Member 462021619-Nov-08 20:42
Member 462021619-Nov-08 20:42 
AnswerRe: How to create Middleware application between our own client and server for monitoring the data. Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:46
Iain Clarke, Warrior Programmer19-Nov-08 21:46 
QuestionSerializing the objects of a class Pin
Taruni19-Nov-08 20:23
Taruni19-Nov-08 20:23 
AnswerRe: Serializing the objects of a class Pin
Cedric Moonen19-Nov-08 20:50
Cedric Moonen19-Nov-08 20:50 
Typically it is done in the Document class (and in a standard SDI project, this is already done for you). This is the most logical place to put it because your document class is supposed to contain all data relevant for the application (but it can also contain other serializable classes).

It is not mandatory but it is a bit akward not to have a serializable document.

Cédric Moonen
Software developer

Charting control [v1.5]
OpenGL game tutorial in C++

Questionxml parsing in MFC Pin
AnithaSubramani19-Nov-08 20:12
AnithaSubramani19-Nov-08 20:12 
AnswerRe: xml parsing in MFC Pin
Cedric Moonen19-Nov-08 20:15
Cedric Moonen19-Nov-08 20:15 
AnswerRe: xml parsing in MFC Pin
Hamid_RT19-Nov-08 20:20
Hamid_RT19-Nov-08 20:20 
GeneralOT: Re: YARP parser Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:49
Iain Clarke, Warrior Programmer19-Nov-08 21:49 
GeneralRe: OT: Re: YARP parser Pin
Randor 19-Nov-08 21:57
professional Randor 19-Nov-08 21:57 
GeneralRe: OT: Re: YARP parser Pin
CPallini23-Nov-08 8:18
mveCPallini23-Nov-08 8:18 
GeneralRe: OT: Re: YARP parser Pin
Randor 24-Nov-08 3:48
professional Randor 24-Nov-08 3:48 
AnswerRe: xml parsing in MFC Pin
adam george16-Feb-09 23:52
adam george16-Feb-09 23:52 
QuestionElevating the process to create the file at ACCESS_DENIED Position Pin
VCProgrammer19-Nov-08 19:52
VCProgrammer19-Nov-08 19:52 
AnswerRe: Elevating the process to create the file at ACCESS_DENIED Position Pin
SandipG 19-Nov-08 20:04
SandipG 19-Nov-08 20:04 
Questionhow to change panes in status bar of a dialog box application Pin
puppya19-Nov-08 19:44
puppya19-Nov-08 19:44 
AnswerRe: how to change panes in status bar of a dialog box application Pin
Iain Clarke, Warrior Programmer19-Nov-08 21:54
Iain Clarke, Warrior Programmer19-Nov-08 21:54 
Questiondecrypting a string question [modified] Pin
monsieur_jj19-Nov-08 19:42
monsieur_jj19-Nov-08 19:42 
AnswerRe: decrypting a string question Pin
Randor 19-Nov-08 21:52
professional Randor 19-Nov-08 21:52 
GeneralRe: decrypting a string question Pin
monsieur_jj19-Nov-08 22:09
monsieur_jj19-Nov-08 22:09 
GeneralRe: decrypting a string question Pin
CPallini19-Nov-08 22:16
mveCPallini19-Nov-08 22:16 
GeneralRe: decrypting a string question Pin
monsieur_jj20-Nov-08 15:34
monsieur_jj20-Nov-08 15:34 

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.