Home All Groups Group Topic Archive Search About

can button's text property support multiline?

Author
3 Dec 2006 6:24 AM
Risen
hi,how can button's Text property support multiline in vb.net 2003? Thx.

Author
3 Dec 2006 8:25 AM
OHM
Button1.Text = "Hello " & vbCrLf & "World"



Show quoteHide quote
"Risen" <irit***@yahoo.com.cn> wrote in message
news:%23eeS5OqFHHA.4636@TK2MSFTNGP04.phx.gbl...
> hi,how can button's Text property support multiline in vb.net 2003? Thx.
>
Author
3 Dec 2006 9:04 AM
Risen
great thx!


Show quoteHide quote
"OHM" <lkjhlkj> дÈëÏûÏ¢ÐÂÎÅ:ewL$sSrFHHA.***@TK2MSFTNGP06.phx.gbl...
> Button1.Text = "Hello " & vbCrLf & "World"
>
>
>
> "Risen" <irit***@yahoo.com.cn> wrote in message
> news:%23eeS5OqFHHA.4636@TK2MSFTNGP04.phx.gbl...
>> hi,how can button's Text property support multiline in vb.net 2003? Thx.
>>
>
>