Click here to Skip to main content
16,006,475 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
GeneralRe: You just undetstand half of VC++ Pin
Christian Graus21-May-01 16:10
protectorChristian Graus21-May-01 16:10 
Casting the return of GetDlgItem is a *bad* idea if you have the option of setting up a member variable that is of the correct type to start with. I would recommend that anyone using VC++ learn how to insert message handlers/variables without using the class wizard, because eventually you'll need to know how it is done, but once you know how to do it, there is no reason not to let the Class Wizard do the donkey work for you, in the same way that I believe anyone should write their own string class/array class/linked list class, but should still use CString/vector/list at the end of the day for most applications.

It can also be useful to call UpdateData without ever calling UpdataData(false), when we want to know values, for example this is how the radio button groups work, but do not want to change anything that needs to be sent back 'up the line'.

Christian

#include "std_disclaimer.h"
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 
QuestionFixed Size Formview ??? Pin
2sky21-May-01 5:40
2sky21-May-01 5:40 

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.