|
|
|
start date: Sat, 18 Aug 2007 03:54:11 -0500,
posted on: microsoft.public.dotnet.framework.compactframework
back
| Thread Index |
|
1
Sumit Shah
|
|
2
Simon Hart
|
|
3
ctacke/ ctacke[at]opennetcf[dot]com
|
Background Image
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
Date:Sat, 18 Aug 2007 03:54:11 -0500
Author:
|
RE: Background Image
You will need to use GDI if you want to do this properly.
This link is a good starting point:
http://msdn2.microsoft.com/en-us/library/ms536795.aspx
--
Simon Hart
http://simonrhart.blogspot.com
"Sumit Shah" wrote:
> 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
>
Date:Sat, 18 Aug 2007 03:08:02 -0700
Author:
|
Re: Background Image
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
"Sumit Shah" wrote in message
news:bdabe8d1400646d987c25a16408a1d70@ureader.com...
> 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
Date:Sat, 18 Aug 2007 07:53:13 -0500
Author:
|
|
|