Peter
Sat Dec 20 08:18:58 CST 2003
From the SP2 change list
(
http://www.microsoft.com/downloads/details.aspx?FamilyID=359ea6da-fc5d-41cc
-ac04-7bb50a134556&DisplayLang=en)
"Extend keyboard events to be enabled on all controls (Control.KeyUp,
KeyDown, KeyPress)
- Added support for ForeColor &/or BackColor for Button, Checkbox, ComboBox,
DomainUpDown, Label, Listbox, ListView, NumericUpDown, RadioButton,
Trackbar, TreeView"
None of these are new, however in previous versions these properties and
events were not fully implemented. For example if you wrote
comboBox1.BackColor = Color.Red
Then the statement would compile and run with no errors on all versions of
the Compact Framework, however only when running on SP2 will this actually
have an effect.
The download page for the SP2 package (see link above) has a full list of
bug fixes / enhancements.
Peter
--
Peter Foot
Windows Embedded MVP
OpenNETCF.org Senior Advisor
www.inthehand.com | www.opennetcf.org
<anonymous@discussions.microsoft.com> wrote in message
news:066901c3c702$1b2aaef0$a601280a@phx.gbl...
> Thank you Peter,
>
> is there a list of all the canged properties?
>
> Bye,
>
> Holger
> >-----Original Message-----
> >There is no update to Visual Studio, if you want to take
> advantage of
> >setting BackColor etc properties you will need to do this
> in code e.g. in
> >your form's constructor or OnLoad method e.g.
> >
> >[C#]
> >textBox1.BackColor = System.Drawing.Color.Blue;
> >
> >[VB]
> >TextBox1.BackColor = System.Drawing.Color.Blue
> >
> >Peter
> >
> >--
> >Peter Foot
> >Windows Embedded MVP
> >OpenNETCF.org Senior Advisor
> >www.inthehand.com | www.opennetcf.org
> >
> >"Holger" <anonymous@discussions.microsoft.com> wrote in
> message
> >news:0cd001c3c6e4$a8931340$a301280a@phx.gbl...
> >> Hi,
> >>
> >> I installed the new SP2. How do I use the new features
> in
> >> VS Studio 2003. How to set the new properties in the
> >> designer described in the feature list???
> >>
> >> There seems to be no changes in the Desigener / Toolbox.
> >>
> >> Thanks for you help.
> >>
> >>
> >> Holger
> >
> >
> >.
> >