Click here to Skip to main content
15,912,457 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to ban ip in the chatroom ? Pin
Chris Losinger4-Jun-12 0:47
professionalChris Losinger4-Jun-12 0:47 
AnswerRe: How to ban ip in the chatroom ? Pin
Iain Clarke, Warrior Programmer4-Jun-12 0:59
Iain Clarke, Warrior Programmer4-Jun-12 0:59 
GeneralRe: How to ban ip in the chatroom ? Pin
wangningyu4-Jun-12 5:01
wangningyu4-Jun-12 5:01 
GeneralRe: How to ban ip in the chatroom ? Pin
Iain Clarke, Warrior Programmer4-Jun-12 6:16
Iain Clarke, Warrior Programmer4-Jun-12 6:16 
QuestionDifferenciating Between Variables Pin
AmbiguousName3-Jun-12 19:51
AmbiguousName3-Jun-12 19:51 
AnswerRe: Differenciating Between Variables Pin
Iain Clarke, Warrior Programmer3-Jun-12 20:39
Iain Clarke, Warrior Programmer3-Jun-12 20:39 
GeneralRe: Differenciating Between Variables Pin
AmbiguousName3-Jun-12 23:36
AmbiguousName3-Jun-12 23:36 
GeneralRe: Differenciating Between Variables Pin
Iain Clarke, Warrior Programmer4-Jun-12 0:00
Iain Clarke, Warrior Programmer4-Jun-12 0:00 
OK, I think I'm clearer now, but I don't have good news for you.

Just because a variable is used by a function call inside another function (which happens to be called DoDataExchange) does not make it special in any way, nor "bound" in the way that (eg) wpf binds things.

If you had something like:
CMyClass::CMyClass ()
{
   BindVariable (IDC_CHECK1, m_bCheck);
   ...
}


in your constructor, then maybe there would be some list... but you don't - unless you've written it yourself.

Try stepping into one of the DDX_xxxx functions, and you'll see how unspecial it is.

Depending on the problem you are trying to solve (I still don't know), maybe you want to write some kind of binding mechanism that you set up in the constructor, and then a DoDataExchange that uses that binding system to then call the DDX functions. But that seems like a LOT of work...

Iain.
I am one of "those foreigners coming over here and stealing our jobs". Yay me!

GeneralRe: Differenciating Between Variables Pin
Erudite_Eric4-Jun-12 0:42
Erudite_Eric4-Jun-12 0:42 
SuggestionRe: Differenciating Between Variables Pin
David Crow4-Jun-12 2:46
David Crow4-Jun-12 2:46 
GeneralRe: Differenciating Between Variables Pin
Albert Holguin4-Jun-12 8:03
professionalAlbert Holguin4-Jun-12 8:03 
AnswerRe: Differenciating Between Variables Pin
AmbiguousName5-Jun-12 2:22
AmbiguousName5-Jun-12 2:22 
AnswerRe: Differenciating Between Variables Pin
Paul Conrad5-Jun-12 13:25
professionalPaul Conrad5-Jun-12 13:25 
AnswerRe: Differenciating Between Variables Pin
CPallini3-Jun-12 21:53
mveCPallini3-Jun-12 21:53 
Questiondraw an AVL tree Pin
houalfred3-Jun-12 14:47
houalfred3-Jun-12 14:47 
AnswerRe: draw an AVL tree Pin
Iain Clarke, Warrior Programmer3-Jun-12 20:42
Iain Clarke, Warrior Programmer3-Jun-12 20:42 
GeneralRe: draw an AVL tree Pin
houalfred5-Jun-12 1:15
houalfred5-Jun-12 1:15 
AnswerRe: draw an AVL tree Pin
Alan Balkany4-Jun-12 7:05
Alan Balkany4-Jun-12 7:05 
GeneralRe: draw an AVL tree Pin
houalfred5-Jun-12 0:47
houalfred5-Jun-12 0:47 
QuestionDoes Worker Thread Have a Message Queue Pin
ForNow2-Jun-12 17:01
ForNow2-Jun-12 17:01 
AnswerRe: Does Worker Thread Have a Message Queue Pin
«_Superman_»2-Jun-12 17:19
professional«_Superman_»2-Jun-12 17:19 
AnswerRe: Does Worker Thread Have a Message Queue Pin
Aescleal2-Jun-12 20:34
Aescleal2-Jun-12 20:34 
GeneralRe: Does Worker Thread Have a Message Queue Pin
ForNow3-Jun-12 6:33
ForNow3-Jun-12 6:33 
GeneralRe: Does Worker Thread Have a Message Queue Pin
CPallini3-Jun-12 7:38
mveCPallini3-Jun-12 7:38 
GeneralRe: Does Worker Thread Have a Message Queue Pin
Luc Pattyn3-Jun-12 9:06
sitebuilderLuc Pattyn3-Jun-12 9:06 

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.