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

C / C++ / MFC

 
QuestionModifying Process Executable on Hard Disk Pin
Inatha4-Dec-06 15:55
Inatha4-Dec-06 15:55 
AnswerRe: Modifying Process Executable on Hard Disk Pin
kanduripavan5-Dec-06 0:16
kanduripavan5-Dec-06 0:16 
GeneralRe: Modifying Process Executable on Hard Disk Pin
Inatha5-Dec-06 0:38
Inatha5-Dec-06 0:38 
AnswerRe: Modifying Process Executable on Hard Disk Pin
Mark Salsbery5-Dec-06 6:19
Mark Salsbery5-Dec-06 6:19 
QuestionMFC Macro Question Pin
BlitzPackage4-Dec-06 15:38
BlitzPackage4-Dec-06 15:38 
AnswerRe: MFC Macro Question Pin
David Crow4-Dec-06 15:47
David Crow4-Dec-06 15:47 
GeneralRe: MFC Macro Question Pin
BlitzPackage5-Dec-06 3:10
BlitzPackage5-Dec-06 3:10 
AnswerRe: MFC Macro Question Pin
Mark Salsbery5-Dec-06 6:22
Mark Salsbery5-Dec-06 6:22 
Take a look at the source code for the macro.

It adds members to your class so the MFC framework is able to create an object of your class.
This is important, at least, in MFC Doc/View and CObject serialization.
Without this, MFC would know nothing about your classes so it couldn't create an object of your
class Smile | :)

BTW, MFC will still use new to create the object.


Questionhow to get RUNTIME_CLASS? Pin
includeh104-Dec-06 15:33
includeh104-Dec-06 15:33 
Answer[OT] use PRE tags Pin
toxcct4-Dec-06 21:48
toxcct4-Dec-06 21:48 
GeneralRe: [OT] use PRE tags Pin
ThatsAlok4-Dec-06 22:57
ThatsAlok4-Dec-06 22:57 
GeneralRe: [OT] use PRE tags Pin
toxcct4-Dec-06 23:04
toxcct4-Dec-06 23:04 
GeneralRe: [OT] use PRE tags Pin
includeh105-Dec-06 7:48
includeh105-Dec-06 7:48 
AnswerRe: how to get RUNTIME_CLASS? Pin
jhwurmbach4-Dec-06 22:31
jhwurmbach4-Dec-06 22:31 
QuestionUsing Intel IPP libraries?? Pin
pavanbabut4-Dec-06 12:43
pavanbabut4-Dec-06 12:43 
AnswerRe: Using Intel IPP libraries?? Pin
uusheikh4-Dec-06 14:51
uusheikh4-Dec-06 14:51 
QuestionModal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 11:31
digitalmythology4-Dec-06 11:31 
AnswerRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Christian Graus4-Dec-06 11:51
protectorChristian Graus4-Dec-06 11:51 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 12:50
digitalmythology4-Dec-06 12:50 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Leah_Garrett4-Dec-06 13:34
Leah_Garrett4-Dec-06 13:34 
GeneralRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
Christian Graus4-Dec-06 17:10
protectorChristian Graus4-Dec-06 17:10 
QuestionRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
David Crow4-Dec-06 15:53
David Crow4-Dec-06 15:53 
AnswerRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
digitalmythology4-Dec-06 16:14
digitalmythology4-Dec-06 16:14 
QuestionRe: Modal and Modeless Dialogs / Non-Working child dialog controls ... Pin
David Crow5-Dec-06 2:42
David Crow5-Dec-06 2:42 
QuestionChange bg color of editbox. Pin
acerunner3164-Dec-06 11:13
acerunner3164-Dec-06 11:13 

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.