Hi,all,

Can I use Panel control's Text property in .netcf 1.0? It is not visible in
design time, but in code windows I can use panel.text access it, but When
the app run on the emulator it does not work. Why? Pls Help me to resolve
it.

B.R.
Risen

Re: Can I use Panel Control's Text property? by breakstring

breakstring
Wed Jul 19 12:32:05 CDT 2006


"Risen" <irithia@yahoo.com.cn> wrote in message
news:eix$Bw0qGHA.4192@TK2MSFTNGP04.phx.gbl...
Try set another color for the panel's font.
> Hi,all,
>
> Can I use Panel control's Text property in .netcf 1.0? It is not visible
> in design time, but in code windows I can use panel.text access it, but
> When the app run on the emulator it does not work. Why? Pls Help me to
> resolve it.
>
> B.R.
> Risen
>
>

Re: Can I use Panel Control's Text property? by Peter

Peter
Thu Jul 20 10:43:49 CDT 2006

The panel control doesn't display any text. You can either add your own
label, or use a third-party control like the GroupBox in the SDF
(www.opennetcf.org/sdf/)

Peter

--
Peter Foot
Device Application Developer MVP
www.peterfoot.net | www.inthehand.com

"Risen" <irithia@yahoo.com.cn> wrote in message
news:eix$Bw0qGHA.4192@TK2MSFTNGP04.phx.gbl...
> Hi,all,
>
> Can I use Panel control's Text property in .netcf 1.0? It is not visible
> in design time, but in code windows I can use panel.text access it, but
> When the app run on the emulator it does not work. Why? Pls Help me to
> resolve it.
>
> B.R.
> Risen
>
>