Click here to Skip to main content
15,917,005 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to ban ip in the chatroom ? Pin
wangningyu3-Jun-12 22:42
wangningyu3-Jun-12 22:42 
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 
Iain Clarke, Warrior Programmer wrote:
As far as the code is concerned.... zero difference.
Variables you add manually are just as much member variables.

I think I could not state my question properly. I apologize as my first language is not english. I was trying to say is that:

- There is this variable you just add to the class like: CString strMessage1;
- Another variable you added using wizard which is bound to a control (say EditBox) like this: CString strMessage2.

Now I know in DoDataExhnage, we can clearly see that strMessage2 is bound to the EditBox. They both will look like this in the header file
CString strMessage1;
CString strMessage2;



Iain Clarke, Warrior Programmer wrote:
what problem are you trying to solve?


But I wanted to ask is there a better way to find out that which variables are bound to the controls (strMessage2) and which variables are not (strMessage1)?

This world is going to explode due to international politics, SOON.

GeneralRe: Differenciating Between Variables Pin
Iain Clarke, Warrior Programmer4-Jun-12 0:00
Iain Clarke, Warrior Programmer4-Jun-12 0:00 
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 

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.