How to change the password to masking typed with asterisk in INPUTDLG

3 ビュー (過去 30 日間)
Melindalee
Melindalee 2015 年 8 月 1 日
コメント済み: Melindalee 2015 年 8 月 3 日
Currently my inputdlg are having 'GID','Name' and 'Password' on it
answer = inputdlg({'GID:','Name:','Password:'},'New User');
how can i change the input of Password in asterisks form?
OR
I have second codings which i downloaded from internet as attached at below and it has 'GID' and 'Password' only, the input of Password is already been set to asterisks form, but i don't know how to add one more 'Name' on the dialogue box, i don't understand the codings well.Can anyone please help me out with it? Thank you very much!

回答 (1 件)

Jan
Jan 2015 年 8 月 1 日
Whenever you are looking for the solution of a standard problem, take a look inthe FileExchange at first:
You will find many solutions and you can adjust the code to your needs.
  1 件のコメント
Melindalee
Melindalee 2015 年 8 月 3 日
ya many examples, but i have no idea on how to adjust the code and put into inputdlg.m to let the password become masking typed with asterisks

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by