Background Image

  • Thread starter Thread starter Sumit Shah
  • Start date Start date
S

Sumit Shah

Hey guys,
I am developing an application on
WINCE 6. Is there anyway that I have a background image on my form? I have
tried docking the picture box, but then I have problems with the label and
other controls.

Thanks in advance!

Sumit
 
Override OnPaint and draw the image in. Or is the issue you have a problem
with transparency? If that's the case, then it's a lot more work, as you
need to rework the controls you put on the form (transparency isn't
supported by most of them).


--

Chris Tacke, Embedded MVP
OpenNETCF Consulting
Managed Code in an Embedded World
www.OpenNETCF.com
 
Back
Top