Not entirely sure what's going on, but this was definiately working the other
day..

I could simply (in page load) set my label backcolors like:

label1.BackColor = Color.Gray;

For some reason it completely ignores it now.

any ideas why this would suddenly stop working? (it's not just one page is
all of them)

Re: Label Backcolor ? by Peter

Peter
Wed Apr 27 03:25:02 CDT 2005

Do you have the latest .NETCF Service Pack 3 installed on your target
device? Backcolor support for controls was added in SP2.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"Rob S" <RobS@discussions.microsoft.com> wrote in message
news:87D90138-45B8-4E9B-B70F-CA9DAC773291@microsoft.com...
> Not entirely sure what's going on, but this was definiately working the
> other
> day..
>
> I could simply (in page load) set my label backcolors like:
>
> label1.BackColor = Color.Gray;
>
> For some reason it completely ignores it now.
>
> any ideas why this would suddenly stop working? (it's not just one page
> is
> all of them)



Re: Label Backcolor ? by RobS

RobS
Wed Apr 27 03:51:36 CDT 2005

To be fair i didn't know there was one.....

It's just strange it WAS working and now it isn't.

Where do i get the latest version in (what i hope is) one cab?

Thanks Peter.

"Peter Foot [MVP]" wrote:

> Do you have the latest .NETCF Service Pack 3 installed on your target
> device? Backcolor support for controls was added in SP2.
>
> Peter
>
> --
> Peter Foot
> Windows Embedded MVP
> http://www.inthehand.com | http://www.peterfoot.net |
> http://www.opennetcf.org
>
> "Rob S" <RobS@discussions.microsoft.com> wrote in message
> news:87D90138-45B8-4E9B-B70F-CA9DAC773291@microsoft.com...
> > Not entirely sure what's going on, but this was definiately working the
> > other
> > day..
> >
> > I could simply (in page load) set my label backcolors like:
> >
> > label1.BackColor = Color.Gray;
> >
> > For some reason it completely ignores it now.
> >
> > any ideas why this would suddenly stop working? (it's not just one page
> > is
> > all of them)
>
>
>

Re: Label Backcolor ? by Peter

Peter
Wed Apr 27 04:43:46 CDT 2005

You can get the latest here:-
http://www.microsoft.com/downloads/details.aspx?FamilyId=A5A02311-194B-4C00-B445-F92BEC03032F&displaylang=en

However it doesn't quite meet your "one cab" expectation as it's a
redistributable with an installer which uses activesync.

Peter

--
Peter Foot
Windows Embedded MVP
http://www.inthehand.com | http://www.peterfoot.net |
http://www.opennetcf.org

"Rob S" <RobS@discussions.microsoft.com> wrote in message
news:80A76628-2AA2-42ED-AC4D-A2DCA84679D1@microsoft.com...
> To be fair i didn't know there was one.....
>
> It's just strange it WAS working and now it isn't.
>
> Where do i get the latest version in (what i hope is) one cab?
>
> Thanks Peter.
>
> "Peter Foot [MVP]" wrote:
>
>> Do you have the latest .NETCF Service Pack 3 installed on your target
>> device? Backcolor support for controls was added in SP2.
>>
>> Peter
>>
>> --
>> Peter Foot
>> Windows Embedded MVP
>> http://www.inthehand.com | http://www.peterfoot.net |
>> http://www.opennetcf.org
>>
>> "Rob S" <RobS@discussions.microsoft.com> wrote in message
>> news:87D90138-45B8-4E9B-B70F-CA9DAC773291@microsoft.com...
>> > Not entirely sure what's going on, but this was definiately working the
>> > other
>> > day..
>> >
>> > I could simply (in page load) set my label backcolors like:
>> >
>> > label1.BackColor = Color.Gray;
>> >
>> > For some reason it completely ignores it now.
>> >
>> > any ideas why this would suddenly stop working? (it's not just one
>> > page
>> > is
>> > all of them)
>>
>>
>>



Re: Label Backcolor ? by Sergey

Sergey
Wed Apr 27 04:45:51 CDT 2005

How to determine CF version:
http://wiki.opennetcf.org/ow.asp?CompactFrameworkFAQ%2FDeterminingVersion

... and CF1.0 SP3:
http://www.microsoft.com/downloads/details.aspx?amp;displaylang=en&familyid=a5a02311-194b-4c00-b445-f92bec03032f&displaylang=en

Best regards,
Sergey Bogdanov
http://www.sergeybogdanov.com


Rob S wrote:
> To be fair i didn't know there was one.....
>
> It's just strange it WAS working and now it isn't.
>
> Where do i get the latest version in (what i hope is) one cab?
>
> Thanks Peter.
>
> "Peter Foot [MVP]" wrote:
>
>
>>Do you have the latest .NETCF Service Pack 3 installed on your target
>>device? Backcolor support for controls was added in SP2.
>>
>>Peter
>>
>>--
>>Peter Foot
>>Windows Embedded MVP
>>http://www.inthehand.com | http://www.peterfoot.net |
>>http://www.opennetcf.org
>>
>>"Rob S" <RobS@discussions.microsoft.com> wrote in message
>>news:87D90138-45B8-4E9B-B70F-CA9DAC773291@microsoft.com...
>>
>>>Not entirely sure what's going on, but this was definiately working the
>>>other
>>>day..
>>>
>>>I could simply (in page load) set my label backcolors like:
>>>
>>>label1.BackColor = Color.Gray;
>>>
>>>For some reason it completely ignores it now.
>>>
>>>any ideas why this would suddenly stop working? (it's not just one page
>>>is
>>>all of them)
>>
>>
>>