Problem with MDI application

From: D.R (contact_at_antech.fr)
Date: 12/11/03


Date: Thu, 11 Dec 2003 15:44:10 +0100

Hi,

I have created a MDI application and in the child window, I have included a
component TImage. My child window was created and I would like to change the
image drawn in the TImage. I have implemented the event :
OnShow without success.
Also, I have tested the event OnActivate and OnPaint without success either
(OnPaint makes my application unstable).

Thanks for helping me out on this.

Pascal.



Relevant Pages

  • Re: SIP erases child window controls!
    ... OnPaint(). ... Did you override this method and then not allow it to do ... When the SIP ... > the child window to redraw itself. ...
    (microsoft.public.pocketpc.developer)
  • Re: Paint problem in dialog
    ... you need to convert from child window client ... > The OnPaint case is the parent window's OnPaint, ...
    (microsoft.public.vc.mfc)