SP2 (beginner)

R

Ricardo LP

I´m visual studio 2003 user and I want to update my system to use the new
..net compact framework sp2.

What do I have to download and install to update my system?

I´ve download and Install the .NET Compact Framework 1.0 SP2 Redistributable
but in my project I can´t see for example the forecolor,backcolor property
of a button or the keyup, keydown, keypress events.

What can I do to use the SP2?

Thanks in advance.
 
P

Peter Foot [MVP]

There are no changes to the development tools to expose the new properties.
Although you can't set them through the designer you can add them in your
code e.g.

myControl.ForeColor = Color.Red

Peter
 

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