Click here to Skip to main content
15,915,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralDDX Support in Custom Control Pin
Derek Lakin16-Aug-01 1:11
Derek Lakin16-Aug-01 1:11 
GeneralRe: DDX Support in Custom Control Pin
Tomasz Sowinski16-Aug-01 5:44
Tomasz Sowinski16-Aug-01 5:44 
GeneralRe: DDX Support in Custom Control Pin
Derek Lakin16-Aug-01 20:05
Derek Lakin16-Aug-01 20:05 
GeneralRe: DDX Support in Custom Control Pin
Tomasz Sowinski17-Aug-01 1:13
Tomasz Sowinski17-Aug-01 1:13 
GeneralRe: DDX Support in Custom Control Pin
Derek Lakin17-Aug-01 3:21
Derek Lakin17-Aug-01 3:21 
GeneralRe: DDX Support in Custom Control Pin
Tomasz Sowinski17-Aug-01 3:44
Tomasz Sowinski17-Aug-01 3:44 
GeneralRe: DDX Support in Custom Control Pin
Derek Lakin17-Aug-01 5:07
Derek Lakin17-Aug-01 5:07 
GeneralRe: DDX Support in Custom Control Pin
Tomasz Sowinski17-Aug-01 5:15
Tomasz Sowinski17-Aug-01 5:15 
So I guess the question really is what do DDX_Check and DDX_Radio use for performing DDX, is it, for example, GetCheck?

This question is an easy one Smile | :) DDX_Radio and DDX_Check use Win32 API directly - ::SendMessage, BM_GETCHECK and BM_SETCHECK. They have to do this b/c sometimes (very often) there's no MFC object associated with given Windows control. This functionality is the lowest common denominator.

Have you overriden GetCheck in your class? This will not work.

Tomasz Sowinski -- http://www.shooltz.com
GeneralRe: DDX Support in Custom Control Pin
Derek Lakin21-Aug-01 22:54
Derek Lakin21-Aug-01 22:54 
GeneralRe: DDX Support in Custom Control Pin
Tomasz Sowinski21-Aug-01 23:23
Tomasz Sowinski21-Aug-01 23:23 
GeneralRe: DDX Support in Custom Control Pin
Derek Lakin22-Aug-01 0:34
Derek Lakin22-Aug-01 0:34 
QuestionHow to build Printer Driver? Pin
Tarek Eslim16-Aug-01 0:32
Tarek Eslim16-Aug-01 0:32 
QuestionHow to determine IE Version via COM? Pin
-=[{Jçç}||7.ê.Q]=-16-Aug-01 0:31
-=[{Jçç}||7.ê.Q]=-16-Aug-01 0:31 
GeneralLinking question Pin
15-Aug-01 18:07
suss15-Aug-01 18:07 
GeneralRe: Linking question Pin
Tomasz Sowinski16-Aug-01 1:00
Tomasz Sowinski16-Aug-01 1:00 
GeneralADO bug in VC++ 6 SP5 + Processor Pack Pin
John M. Drescher15-Aug-01 18:06
John M. Drescher15-Aug-01 18:06 
GeneralImage Processing in Microsoft Word Pin
Tran Hoang Chuong15-Aug-01 17:40
Tran Hoang Chuong15-Aug-01 17:40 
GeneralRe: Image Processing in Microsoft Word Pin
Christian Graus15-Aug-01 17:52
protectorChristian Graus15-Aug-01 17:52 
GeneralRe: Image Processing in Microsoft Word Pin
Tran Hoang Chuong15-Aug-01 18:17
Tran Hoang Chuong15-Aug-01 18:17 
GeneralRe: Image Processing in Microsoft Word Pin
Christian Graus15-Aug-01 18:26
protectorChristian Graus15-Aug-01 18:26 
GeneralUsing the USB port Pin
Wolfram Steinke15-Aug-01 16:56
Wolfram Steinke15-Aug-01 16:56 
General98 NT compatibility Pin
Stephen Caldwell15-Aug-01 16:54
Stephen Caldwell15-Aug-01 16:54 
GeneralRe: 98 NT compatibility Pin
Tomasz Sowinski16-Aug-01 1:02
Tomasz Sowinski16-Aug-01 1:02 
GeneralRe: 98 NT compatibility Pin
Stephen Caldwell16-Aug-01 4:56
Stephen Caldwell16-Aug-01 4:56 
GeneralRe: 98 NT compatibility Pin
Tomasz Sowinski16-Aug-01 5:38
Tomasz Sowinski16-Aug-01 5: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.