English 中文(简体)
视窗电话7的密码盒的变化投入范围
原标题:Change input scope for Password text boxes on Windows Phone 7

您如何在WP7号密码案文箱上相应改变投入范围? 他们没有投入范围,因此我不敢确定如何这样做。

我愿有一个密码盒,你只能把数字作为你的密码,就像电话钟一样。

增 编

最佳回答

无法确定密码Box的投入范围。 如果你真的必须这样做,你就必须建立自己的控制权。

如果您自己版的电话栏目一,建议使用<条码>TextBlock和编号(12)<条码>,而不是密码Box或文本Box。

问题回答

诚然,容易做的事情是:

textChanged events
keyUp event  
keyDown event

- 操纵文本框。 根据您的要求,文本财产。 这将比实施新的控制更为容易。





相关问题
Encrypting SALTEDHASHED weblogic password in java

How to encrypt SALTEDHASHED password (used by Weblogic) in java? I need to be able to hash passwords in exactly the same way as WebLogic s authenticator does. Preferably without using WebLogic s ...

Should I support Unicode in passwords?

I would like to allow my users to use Unicode for their passwords. However I see a lot of sites don t support that (e.g. Gmail, Hotmail). So I m wondering if there s some technical or usability ...

Why does my method return a null password?

I have two classes: a Generator class and a SystemManagement class. The Generator class, I can generate a password. The SystemManagement class imports Generator (from another package) and includes ...

How to mask password in c?

In C, I want to display every single character that the user type as * (Ex, Please type in your password: *****) I m searching around but can t be able to find a solution for this. I m working on ...

MySQL password function

Is it considered good or bad practice to use MySQL s password function to hash passwords used by an application? I can see pros and cons. I m curious if there is a general consensus on whether it is ...

How should I store a user s LDAP password in a cookie?

So I have this black box authentication method, handed down to me from the accounts people, which basically amounts to ldap_bind($connection, $username, $password). But of course, I want my users to ...

Simple JAVA: Password Verifier problem

I have a simple problem that says: A password for xyz corporation is supposed to be 6 characters long and made up of a combination of letters and digits. Write a program fragment to read in a string ...

Password protect a simple web site

I ve got an HTML-only website (with a bit of inconsequential javascript). The static pages are generated from a photo-blogging program that I created. There are hundreds of pages and thousands of ...

热门标签