Quote:
Originally Posted by Cableguy
text alignment is set to center: works on desktop but not on ppc
|
No idea why this doesn't work as long as you have set "Textbox1.TextAlign = TextBox1.TextAlign = HorizontalAlignment.Center". This is documented as being supported in CF 1.0 and 2.0.
Quote:
|
passworchar shows what ever char is set on desktop, but in ppc is always "*"
|
This is supported under CF 1.0 and 2.0 according the the VS2005 documentation. However if you are running under CF 2.0 the following applies :-
"UseSystemPasswordChar property (This property is new in the .NET Framework version 2.0) has precedence over the PasswordChar property. Whenever the UseSystemPasswordChar is set to true, the default system password character is used and any character set by PasswordChar is ignored."