17737.html

来自「以电子书的形式收集了VB一些常见问题解决方法,可以很方便的查找自己需要解决的问题」· HTML 代码 · 共 27 行

HTML
27
字号
<html>  <head>    <title>Re: 请问 : textbox 中有没有方法 or 能不能做到 (详内)</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 请问 : textbox 中有没有方法 or 能不能做到 (详内)</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:demon.alex.ng@mailcity.com">yashiro</a> on August 23, 1999 at 18:23:28:<p>In Reply to: <a href="17718.html">请问 : textbox 中有没有方法 or 能不能做到 (详内)</a> posted by Albert Chiu ~~~~ on August 23, 1999 at 13:18:40:<p>: 请问 : textbox 中有没有方法 or 能不能做到 对某特定输入的字元用特殊的符号来取代 ? (此一符号ACSII or BIG5 中没有)<br>: ex,<br>:         ABCDEFGHIJK  <== 我希望能作到只要是 G 就用方框来取代<br>:         ABC好用FDSA  <== 我希望能作到只要是 好 就用方框来取代<p>: Who can tell me how to do it ?<br>: Thanks verly much !!!<p>:      <p>try write the code inside Key_Down event.<br>for ex:<br>  if keycode= 32 then<br>    text1.text=text1.text & "A"<br>  end if<br><br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 17737--><!--top: 17739--><li><a href="17739.html">Re: &amp;#189;D°Y : textbox &amp;#164;&amp;#164;|3¨S|3&amp;#164;eak or ˉa&amp;#164;£ˉa°μ¨i (,O&amp;#164;o)</a> <b>Yashiro</b> <i>18:52:48 8/23/99</i>(<!--responses: 17739-->0)<ul><!--insert: 17739--></ul><!--end: 17739--></ul><!--end: 17737--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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