Re: CChildView::OnCreate()?

From: Jeff Partch [MVP] (jeffp_at_mvps.org)
Date: 04/17/04


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]


Relevant Pages

  • Re: Must call RemoveHandler after AddHandler?
    ... Marina Levit [MVP] wrote: ... AddHandler is just a programmatic way of attaching the handler ... the user control or form, when that user control or form is gone, ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Sockets and Notification
    ... your OnReceive handler determines that a complete message has been received, ... handler to deal with the message. ... Read my essay on worker threads on my MVP Tips site. ... the technique of using PostMessage would apply to a CAsyncSocket OnReceive ...
    (microsoft.public.vc.mfc)
  • Re: MFC80+WinHelp
    ... Jochen Kalmbach [MVP] schrieb: ... möchten sie selbst nach ihr suchen?->std handler. ...
    (microsoft.public.de.vc)
  • Re: How to disable the menuitem?
    ... That becomes the condition of your handler. ... Assume there is a boolean expression which I ... the class CWhatever is whatever class knows the menu item should be enabled, ... MVP Tips: http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)
  • Re: Disabling / enabling entire menu and toolbar if child window open and has focus
    ... YOu would put an ON_UPDATE_COMMAND_UI handler in whatever ... if you want to override enablement, you would put a handler in your ... all the menus are disabled and the toolbar is ... MVP Tips:http://www.flounder.com/mvp_tips.htm ...
    (microsoft.public.vc.mfc)