Background Image

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
 
G

Guest

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top