H
HW
Hi, i have an app that loads SplashScreen on startup. Thi is done via a
DrawImage call
on a bitmap in the Splash form's OnPaintBackgroundEvent.
The SplashForm itself is called via ShowDialog. In V1.0 in the Slpash Forms
load event
handler i call the Refresh method and this causes the OnPaintBackGround
event handler to
be called so it works fine.
With V2.0 i am finding the OnPaintbackGround event is not even firing so
the bitmap
can't be displayed. What has changed with this stuff in V2.0. i am using
exactly the same code.
DrawImage call
on a bitmap in the Splash form's OnPaintBackgroundEvent.
The SplashForm itself is called via ShowDialog. In V1.0 in the Slpash Forms
load event
handler i call the Refresh method and this causes the OnPaintBackGround
event handler to
be called so it works fine.
With V2.0 i am finding the OnPaintbackGround event is not even firing so
the bitmap
can't be displayed. What has changed with this stuff in V2.0. i am using
exactly the same code.