Re: CChildView::OnCreate()?
From: Jeff Partch [MVP] (jeffp_at_mvps.org)
Date: 04/17/04
- Next message: Gary Chang: "Re: timers"
- Previous message: Jeff Partch [MVP]: "Re: OnCtlColor - wierd behaviour"
- In reply to: Victor: "CChildView::OnCreate()?"
- Next in thread: Victor: "Re: Thanks"
- Reply: Victor: "Re: Thanks"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 16 Apr 2004 21:19:26 -0500
"Victor" <dfw75040@yahoo.com> wrote in message
news:snt0801s2mkvi3dpanep7unfjjltm1mces@4ax.com...
> Hi,
>
> I have a simple SDI app and my tutorial says add the following
> handlers:
>
> CChildView::OnCreate()
> {
> some code to add here
> }
>
> My question is I cannot find it anywhere in the ClassWizard where you
> can add OnCreate, Only the frame has this handler available. Is it
> possible to do so or is this an error in the tutorial? Thanks in
> advance for any advice.
See if you can get there by adding a handler for the WM_CREATE message.
-- Jeff Partch [VC++ MVP]
- Next message: Gary Chang: "Re: timers"
- Previous message: Jeff Partch [MVP]: "Re: OnCtlColor - wierd behaviour"
- In reply to: Victor: "CChildView::OnCreate()?"
- Next in thread: Victor: "Re: Thanks"
- Reply: Victor: "Re: Thanks"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|