16083.html

来自「VB技巧问答10000例,是一个教程」· HTML 代码 · 共 27 行

HTML
27
字号
<html>
  <head>
    <title>Re: Interesting question: how to hide text in textbox?</title>
  </head>
  <body bgcolor="#FFFFFF" vlink="#808080">
    <center>
      <h1>Re: Interesting question: how to hide text in textbox?</h1>
    </center>
<hr size=7 width=75%>

<hr size=7 width=75%><p>
Posted by <a href="mailto:jwh@ms1.hinet.net">纪文和</a> on July 24, 1999 at 05:49:19:<p>
In Reply to: <a href="16079.html">Interesting question: how to hide text in textbox?</a> posted by wei on July 24, 1999 at 04:26:48:<p>
: When a user types password in textbox, how to display "*****" instead of the real text? <p>只要将 TextBox 的 PasswordChar 设成 "*" 即可.
<br>
<br><hr size=7 width=75%><p>
<a name="followups">Follow Ups:</a><br>
<ul><!--insert: 16083-->
<!--top: 16093--><li><a href="16093.html">Thanks!  Never notice this propety. (No text)</a> <b>wei</b> <i>12:31:14 7/24/99</i>
(<!--responses: 16093-->0)
<ul><!--insert: 16093-->
</ul><!--end: 16093-->
</ul><!--end: 16083-->
<br><hr size=7 width=75%><p>

</body></html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?