Hi,
wie im Betreff abgedeutet, möchte ich gerne
auf einem Button zweizeilig etwas ablegen, also so


OK
hier weiter


das weis doch jemand ohne über meine miesen C# Kenntnisse zu schmunzeln ?


Danke

Rainer Borchmann

Re: Button Schrift zweizeilig by Rainer

Rainer
Tue Jan 29 12:17:21 CST 2008

Huhhh,

sorry, i wanted to send it to a german newsgroup. i will try to translate
it.
How can i mad two Lines on a buttons like

OK
here next



please help me a lttle bit without smile on a beginners question on C#



Re: Button Schrift zweizeilig by Christopher

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


Re: Button Schrift zweizeilig by Rainer

Rainer
Wed Jan 30 05:11:37 CST 2008

"Christopher Fairbairn" <christopher@christec.co.nz> schrieb
> 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


Yes Sire,
it helps, thank you

Bye
Rainer