N
neemarr
On a smartphone (C#, Compact Framework 2 SP1) project and trying to
add a background image to my form. So I do override the
OnPaintBackground method and the method is never called. I tried to do
an invalidate on the OnActivated event but...even if I add an event
handler for the OnPaint event, that even handler won't get called
either.
Can somebody tell me what I need to do so that method gets called, or
is there another way to display the image in my forms background.
add a background image to my form. So I do override the
OnPaintBackground method and the method is never called. I tried to do
an invalidate on the OnActivated event but...even if I add an event
handler for the OnPaint event, that even handler won't get called
either.
Can somebody tell me what I need to do so that method gets called, or
is there another way to display the image in my forms background.