Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Searching for L Pin
Nemanja Trifunovic26-Mar-02 12:27
Nemanja Trifunovic26-Mar-02 12:27 
GeneralRe: Searching for L Pin
Joaquín M López Muñoz26-Mar-02 21:26
Joaquín M López Muñoz26-Mar-02 21:26 
GeneralRe: Searching for L Pin
Tim Smith27-Mar-02 2:15
Tim Smith27-Mar-02 2:15 
GeneralRe: Searching for L Pin
Joaquín M López Muñoz27-Mar-02 2:15
Joaquín M López Muñoz27-Mar-02 2:15 
QuestionClassWizard...? Pin
alex.barylski26-Mar-02 11:51
alex.barylski26-Mar-02 11:51 
AnswerRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 11:59
Tomasz Sowinski26-Mar-02 11:59 
GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 12:20
alex.barylski26-Mar-02 12:20 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 12:29
Tomasz Sowinski26-Mar-02 12:29 
OnCreate should not be virtual. It's a message handler for WM_CREATE and it's wired to API through the MFC message map.

You have to ensure that BEGIN_MESSAGE_MAP has the reference to real base class. This is easy to overlook when deriving from CWnd and changing base class to CControlBar.

Tomasz Sowinski -- http://www.shooltz.com
** If you're going to rape, pillage and burn, be sure to do things in that order. **

GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 12:44
alex.barylski26-Mar-02 12:44 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 12:52
Tomasz Sowinski26-Mar-02 12:52 
GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 13:49
alex.barylski26-Mar-02 13:49 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 22:59
Tomasz Sowinski26-Mar-02 22:59 
GeneralRe: ClassWizard...? Pin
alex.barylski26-Mar-02 23:41
alex.barylski26-Mar-02 23:41 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski26-Mar-02 23:47
Tomasz Sowinski26-Mar-02 23:47 
GeneralRe: ClassWizard...? Pin
alex.barylski27-Mar-02 0:04
alex.barylski27-Mar-02 0:04 
GeneralRe: ClassWizard...? Pin
Tomasz Sowinski27-Mar-02 0:18
Tomasz Sowinski27-Mar-02 0:18 
GeneralI need HELPPPPPPP!!!!! Pin
ChiYung26-Mar-02 11:14
ChiYung26-Mar-02 11:14 
GeneralRe: I need HELPPPPPPP!!!!! Pin
Tomasz Sowinski26-Mar-02 11:43
Tomasz Sowinski26-Mar-02 11:43 
GeneralRe: I need HELPPPPPPP!!!!! Pin
ChiYung26-Mar-02 11:45
ChiYung26-Mar-02 11:45 
GeneralRe: I need HELPPPPPPP!!!!! Pin
Tomasz Sowinski26-Mar-02 11:50
Tomasz Sowinski26-Mar-02 11:50 
GeneralRe: I need HELPPPPPPP!!!!! Pin
ChiYung26-Mar-02 11:52
ChiYung26-Mar-02 11:52 
GeneralRe: I need HELPPPPPPP!!!!! Pin
Tomasz Sowinski26-Mar-02 11:57
Tomasz Sowinski26-Mar-02 11:57 
GeneralRe: I need HELPPPPPPP!!!!! Pin
26-Mar-02 11:46
suss26-Mar-02 11:46 
Generalfocus Pin
Wizard_0126-Mar-02 10:03
Wizard_0126-Mar-02 10:03 
GeneralRe: focus Pin
Tim Smith26-Mar-02 10:23
Tim Smith26-Mar-02 10:23 

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.