Yes, you need to download the OpenNetCF library (v1.2)and use ButtonEx.
http://www.opennetcf.org/download.as...iceFramework12
Then when you've placed a button on your dialog in the form designer, go
into the code and manually insert
" + OpenNETCF.Environment.NewLine + "
where you'd like your line break to appear.
Hope that helps.
Daniel.
"Andrew" <(E-Mail Removed)> wrote in message
news:2E20688A-8950-4238-B7D8-(E-Mail Removed)...
> Does anybody know how to make the text of a command button in a Pocket PC
> VB.net app (.net compact framework) span multiple lines like what can be
> done
> in a windows forms app command button?
>
>
> Thanks.