![]() |
|
|||||||
| Home | Register | FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Additional Libraries Users contributed libraries. This sub-forum is only available to licensed users. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Quote:
Quote:
"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." |
|
||||
|
Thanks Agraham..
I did target cf 2.0 so perhaps thats the reason for the passwordchar not showing, no big deal... The text alignment is set like this (and works on the desktop) tb.textalign = HorizontalAligment.Center being tb the textbox control's name... In the desktop it works fine, but on the ppc is stays aligned to the left..maybe as result of the previous property?
__________________
Paulo Gomes Porto, Portugal PC: Dual-Core 1,8Ghz, 2GB RAM, 80GB HD PPC: Qtek9000, 1GB SD |
|
||||
|
Found this (at last) in the VS2005 docs. Explains both of Cableguys' queries.
Textbox in the Compact Framework ----------------------------------- Single-line TextBox controls, specified by the Multiline property, support only left alignment. Multiline text box controls can be aligned left, right, or center. If Multiline is false, the .NET Compact Framework sizes the control to the Height specification, but only the first line in the TextBox is usable. The full .NET Framework keeps the height to one line. The PasswordChar property is always an asterisk (*), regardless of what is specified. |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|