Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: Help plz Pin
Igor Sukhov21-May-01 7:48
Igor Sukhov21-May-01 7:48 
GeneralRe: Help plz Pin
21-May-01 8:03
suss21-May-01 8:03 
GeneralRe: Help plz Pin
Christian Graus21-May-01 11:36
protectorChristian Graus21-May-01 11:36 
GeneralOnNewDocument fails with three-way splitter! Pin
Ingemar Andre21-May-01 7:00
Ingemar Andre21-May-01 7:00 
GeneralRe: OnNewDocument fails with three-way splitter! Pin
Tomasz Sowinski21-May-01 7:11
Tomasz Sowinski21-May-01 7:11 
GeneralRe: OnNewDocument fails with three-way splitter! Pin
Ingemar Andre22-May-01 1:23
Ingemar Andre22-May-01 1:23 
GeneralRe: OnNewDocument fails with three-way splitter! Pin
Tomasz Sowinski22-May-01 1:42
Tomasz Sowinski22-May-01 1:42 
GeneralRe: OnNewDocument fails with three-way splitter! Pin
Ingemar Andre22-May-01 22:57
Ingemar Andre22-May-01 22:57 
GeneralSDI Splitter. how to print/prev one view Pin
Chris Losinger21-May-01 6:14
professionalChris Losinger21-May-01 6:14 
GeneralRe: SDI Splitter. how to print/prev one view Pin
Tomasz Sowinski21-May-01 6:32
Tomasz Sowinski21-May-01 6:32 
GeneralAdditional Toolbar in WinCE Pin
21-May-01 5:50
suss21-May-01 5:50 
GeneralRe: Additional Toolbar in WinCE Pin
Anders Molin21-May-01 6:44
professionalAnders Molin21-May-01 6:44 

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.