Click here to Skip to main content
16,006,348 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionClose application from task manager Pin
Anonymous26-Sep-05 2:15
Anonymous26-Sep-05 2:15 
AnswerRe: Close application from task manager Pin
David Crow26-Sep-05 2:27
David Crow26-Sep-05 2:27 
AnswerRe: Close application from task manager Pin
bugDanny26-Sep-05 3:02
bugDanny26-Sep-05 3:02 
QuestionFont , DPI settings Pin
Pazzuzu26-Sep-05 1:35
Pazzuzu26-Sep-05 1:35 
QuestionSet Time For a ToolTip before it Appears Pin
swarnamanoo26-Sep-05 1:24
swarnamanoo26-Sep-05 1:24 
AnswerRe: Set Time For a ToolTip before it Appears Pin
FarPointer26-Sep-05 1:40
FarPointer26-Sep-05 1:40 
QuestionCAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:03
FarPointer26-Sep-05 1:03 
AnswerRe: CAN I OVERRIDE DDX_ Pin
Rage26-Sep-05 1:14
professionalRage26-Sep-05 1:14 
farpointer wrote:
WAT DOES THIS DDX_ DO OR WERE IS THIS DEFINED AND CAN I OVERRIDE IT FOR MY CONVENIENCE AND CAN YOU SHOW HOW TO.

Please do not shout, or fix your CAPS LOCK key on your keyboard.

As for your question, DDX_ is an MFC macro that maps one of the controls you have created in the resource editor (IDC_THIN_PEN_WIDTH) to the member variable (m_nThinWidth), so that you can access to the control using the member variable.


For advanced user, it is possible to mess with the MFC macros; however, unless you are trying to do some advanced code, if you have to change a macro, it points out a bad design. What are you trying to achieve exactely ?

~RaGE();
GeneralRe: CAN I OVERRIDE DDX_ Pin
FarPointer26-Sep-05 1:19
FarPointer26-Sep-05 1:19 
AnswerRe: CAN I OVERRIDE DDX_ Pin
PJ Arends26-Sep-05 9:14
professionalPJ Arends26-Sep-05 9:14 
QuestionHow to assign classname or caption? Pin
Amarelia26-Sep-05 0:54
Amarelia26-Sep-05 0:54 
AnswerRe: How to assign classname or caption? Pin
Eytukan26-Sep-05 1:02
Eytukan26-Sep-05 1:02 
AnswerRe: How to assign classname or caption? Pin
Rage26-Sep-05 1:08
professionalRage26-Sep-05 1:08 
AnswerRe: How to assign classname or caption? Pin
FarPointer26-Sep-05 1:09
FarPointer26-Sep-05 1:09 
GeneralRe: How to assign classname or caption? Pin
bugDanny26-Sep-05 3:04
bugDanny26-Sep-05 3:04 
AnswerRe: How to assign classname or caption? Pin
khan++26-Sep-05 1:15
khan++26-Sep-05 1:15 
GeneralRe: How to assign classname or caption? Pin
Blake Miller26-Sep-05 9:33
Blake Miller26-Sep-05 9:33 
AnswerRe: How to assign classname or caption? Pin
David Crow26-Sep-05 3:22
David Crow26-Sep-05 3:22 
QuestionThread inside dll needed? Pin
Eytukan26-Sep-05 0:43
Eytukan26-Sep-05 0:43 
AnswerRe: Thread inside dll needed? Pin
khan++26-Sep-05 1:01
khan++26-Sep-05 1:01 
GeneralRe: Thread inside dll needed? Pin
ThatsAlok26-Sep-05 1:06
ThatsAlok26-Sep-05 1:06 
AnswerRe: Thread inside dll needed? Pin
ThatsAlok26-Sep-05 1:03
ThatsAlok26-Sep-05 1:03 
AnswerRe: Thread inside dll needed? Pin
mikanu26-Sep-05 11:57
mikanu26-Sep-05 11:57 
QuestionSQL Query Builder Pin
peiman26-Sep-05 0:20
peiman26-Sep-05 0:20 
QuestionMODBUS TCP Pin
Member 216100425-Sep-05 23:32
Member 216100425-Sep-05 23:32 

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.