Can I change button's text color?

  • Thread starter Thread starter Joo
  • Start date Start date
J

Joo

hi.~
I should change button's text color.
Is it possible?
If it is possible, how can i do this?
thanks in advance.
 
Right now you have two options. You can wait for SP2 to become available.
Right now the .NET Compact Framework 1.0 SP2 is not available for download
because it has been been recalled temporarily. If you need this
functionality immediately you can create your own button, derived from
Control. If you need more information on creating your own control you can
look here:
http://samples.gotdotnet.com/quickstart/CompactFramework/doc/picturebutton.aspx.
Unfortunately I don't know when SP2 will be available again so I can't
really advice you what to do.
 
Back
Top