19889.html

来自「VB技巧问答10000例 VB技巧问答10000例」· HTML 代码 · 共 31 行

HTML
31
字号
<html>  <head>    <title>Re: 如何嚷使用者输入的英文只能是小写?</title>  </head>  <body bgcolor="#FFFFFF" vlink="#808080">    <center>      <h1>Re: 如何嚷使用者输入的英文只能是小写?</h1>    </center><hr size=7 width=75%><hr size=7 width=75%><p>Posted by <a href="mailto:luo570@ms31.hinet.net">小琳</a> on October 10, 1999 at 17:36:47:<p>In Reply to: <a href="19847.html">Re: 如何嚷使用者输入的英文只能是小写?</a> posted by vicky on October 09, 1999 at 11:05:58:<p>: : : 如何嚷使用者输入的英文只能是小写?<br>: : : 谢谢<p>: : <br>: :    用Lcase将所有字母变小写!!<br>: :   ex. text=Lcase ("Test")  'text="TEST"<br>:                                     ^^^^<br>:                 sorry!!打错了应该是"test" <p>:::您可以在Text_KeyPress()的事件来做判断并转换!!!<br><br><hr size=7 width=75%><p><a name="followups">Follow Ups:</a><br><ul><!--insert: 19889--><!--top: 15--><li><a href="15.html">Re: 如何嚷使用者输入的英文只能是小写?</a> <b>John</b> <i>14:59:23 10/11/99</i>(<!--responses: 15-->0)<ul><!--insert: 15--></ul><!--end: 15--><!--top: 19893--><li><a href="19893.html">Re: 如何嚷使用者输入的英文只能是小写?</a> <b>dec</b> <i>04:15:28 10/11/99</i>(<!--responses: 19893-->0)<ul><!--insert: 19893--></ul><!--end: 19893--></ul><!--end: 19889--><br><hr size=7 width=75%><p></body></html>

⌨️ 快捷键说明

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