Click here to Skip to main content
15,919,500 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: promiscuous mode Pin
locoone4-Dec-06 16:26
locoone4-Dec-06 16:26 
GeneralThe INCLUDE variable is overwritten Pin
EdTillman21-May-01 11:03
EdTillman21-May-01 11:03 
GeneralRe: The INCLUDE variable is overwritten Pin
Michael Dunn21-May-01 17:56
sitebuilderMichael Dunn21-May-01 17:56 
GeneralRe: The INCLUDE variable is overwritten Pin
EdTillman22-May-01 8:26
EdTillman22-May-01 8:26 
GeneralAutocomplete tip Pin
Shrini21-May-01 10:17
Shrini21-May-01 10:17 
GeneralRe: Autocomplete tip Pin
l a u r e n21-May-01 11:44
l a u r e n21-May-01 11:44 
Generalremotely change ICQ-Status Pin
21-May-01 9:59
suss21-May-01 9:59 
GeneralRe: remotely change ICQ-Status Pin
l a u r e n21-May-01 11:39
l a u r e n21-May-01 11:39 
GeneralDisplaying CString in a SDI Pin
21-May-01 8:46
suss21-May-01 8:46 
GeneralRe: Displaying CString in a SDI Pin
Christian Graus21-May-01 11:32
protectorChristian Graus21-May-01 11:32 
GeneralLBUTTON Pin
mr200321-May-01 8:30
mr200321-May-01 8:30 
GeneralRe: LBUTTON Pin
Carlos Antollini21-May-01 9:59
Carlos Antollini21-May-01 9:59 
GeneralRe: LBUTTON Pin
l a u r e n21-May-01 11:34
l a u r e n21-May-01 11:34 
QuestionList boxes? Pin
21-May-01 8:08
suss21-May-01 8:08 
AnswerRe: List boxes? Pin
Tomasz Sowinski21-May-01 8:28
Tomasz Sowinski21-May-01 8:28 
GeneralThx, but nope. :) Here's the problem Pin
21-May-01 8:49
suss21-May-01 8:49 
GeneralRe: Thx, but nope. :) Here's the problem Pin
Tomasz Sowinski21-May-01 8:57
Tomasz Sowinski21-May-01 8:57 
GeneralExcellent!! Pin
21-May-01 9:25
suss21-May-01 9:25 
GeneralRe: Excellent!! Pin
Tomasz Sowinski21-May-01 9:33
Tomasz Sowinski21-May-01 9:33 
AnswerRe: You just undetstand half of VC++ Pin
Masaaki Onishi21-May-01 15:53
Masaaki Onishi21-May-01 15:53 
Hello, the codegurus around the world.;)

To be sure, class wizard is a useful tool to decrease the developement time.
However, UpdateData(FALSE) tries to update all data which belongs to DDX function.

So, if we don't do this, not use UpdateData function.
Besides, GetDlgItem(ID NUMBER) also gets CWnd of each control, sometimes we don't need
to use class wizard at all.Cool | :cool:

As we write the code so much in VC++, we understand which cases we should use the class wizard or use just GetDlgItem().

At the beginner level, I think that he or she had better use GetDlgItem to understand how
we do the cast of each control CWnd and the other suffs.

Have a nice day!
-Masaaki Onishi-
GeneralRe: You just undetstand half of VC++ Pin
Christian Graus21-May-01 16:10
protectorChristian Graus21-May-01 16:10 
GeneralError on TransparentBlt Pin
21-May-01 7:39
suss21-May-01 7:39 
GeneralRe: Error on TransparentBlt Pin
Igor Sukhov21-May-01 7:44
Igor Sukhov21-May-01 7:44 
GeneralRe: Error on TransparentBlt Pin
21-May-01 7:50
suss21-May-01 7:50 
GeneralHelp plz Pin
21-May-01 7:34
suss21-May-01 7:34 

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.