Hi
I am working on pocket PC 2003 using VS2005 C# for the same .

I want to use label control with background color (defined under web or
custom tab of back color property).

It does not take any color ..why ...?
It only takes color which is defined under system tab.

i am surprised ..why this color is not appearing on Label control .

Please reply ..

Regards
Manish

Re: Back color on Label control by Neil

Neil
Fri Sep 29 17:09:45 CDT 2006

Have you tried setting the color in code? e.g label1.BackColor = Color.Red

--
-------------------------
Neil Cowburn
Principal Partner
OpenNETCF Consulting, LLC


"Manish" <Manish@discussions.microsoft.com> wrote in message
news:55C91B96-BB92-48CA-A21C-EAE721CB9C49@microsoft.com...
> Hi
> I am working on pocket PC 2003 using VS2005 C# for the same .
>
> I want to use label control with background color (defined under web or
> custom tab of back color property).
>
> It does not take any color ..why ...?
> It only takes color which is defined under system tab.
>
> i am surprised ..why this color is not appearing on Label control .
>
> Please reply ..
>
> Regards
> Manish
>



Re: Back color on Label control by Manish

Manish
Tue Oct 03 04:41:02 CDT 2006

Ya i tried to set color through code.
There is no problem when i am setting sytem color(like red) but when i
select any color which is under Web or Custom tab . Color does not appear ...?

Is there any bug ..?

"Neil Cowburn" wrote:

> Have you tried setting the color in code? e.g label1.BackColor = Color.Red
>
> --
> -------------------------
> Neil Cowburn
> Principal Partner
> OpenNETCF Consulting, LLC
>
>
> "Manish" <Manish@discussions.microsoft.com> wrote in message
> news:55C91B96-BB92-48CA-A21C-EAE721CB9C49@microsoft.com...
> > Hi
> > I am working on pocket PC 2003 using VS2005 C# for the same .
> >
> > I want to use label control with background color (defined under web or
> > custom tab of back color property).
> >
> > It does not take any color ..why ...?
> > It only takes color which is defined under system tab.
> >
> > i am surprised ..why this color is not appearing on Label control .
> >
> > Please reply ..
> >
> > Regards
> > Manish
> >
>
>
>