D
Dante
Is there any way to get more than 1 line of text on a
button?
button?
(http://samples.gotdotnet.com/quickstart/CompactFramework/)-----Original Message-----
Not with the standard Button control. What you can do is create your own
button, derived from Control, since then you will do all painting yourself.
The Custom Controls quickstarts