Christopher
Tue Jan 29 14:48:28 CST 2008
Hi,
"Rainer Borchmann" <newsgroups_spam@t-online.de> wrote in message
news:ONWVyMqYIHA.4696@TK2MSFTNGP05.phx.gbl...
> How can i mad two Lines on a buttons like
>
> OK
> here next
The .NET Compact Framework button (System.Windows.Forms.Button) does not
support this directly.
However the native OS button control the .NET CF wraps does support it. This
means you can enable this functionality via a little bit of Platform Invoke
magic.
Peter Foot gave a good write up on this on his blog last year -
http://peterfoot.net/MultilineButton.aspx
Hope this helps,
Christopher Fairbairn