Groups | Blog | Home
all groups > dotnet compact framework > january 2008 >

dotnet compact framework : Button Schrift zweizeilig



Rainer Borchmann
1/29/2008 7:11:24 PM
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

Rainer Borchmann
1/29/2008 7:17:21 PM
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#

Christopher Fairbairn
1/30/2008 9:48:28 AM
Hi,

[quoted text, click to view]

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
Rainer Borchmann
1/30/2008 12:11:37 PM
"Christopher Fairbairn" <christopher@christec.co.nz> schrieb
[quoted text, click to view]


Yes Sire,
it helps, thank you

Bye
Rainer

AddThis Social Bookmark Button