.NET Compact Framework 1.0 SP2 Redistributable (Re-release)

T

Timo Meier

How can I use the new features/properties of the .NET Compact Framework 1.0
SP2 Redistributable (Re-release)
in my Visual Studio? For example Back and Forecolor of a button?

Regards,
Timo
 
P

Peter Foot [MVP]

Just add them in your code (the designer doesn't expose these properties).
E.g. in the constructor of your form after InitializeComponent is called
add.

button1.BackColor = Color.Red

for example

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