当前位置:首页
开发技术指南» 文章正文
    引言:
 

 

    摘要: 程序: <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <%@page contenttype="text/html;gb2312" %> <%@page import="java.util.*"%> <%@pa......
    摘要: http://expert.csdn.net/expert/topic/1808/1808729.xml?temp=.3781397 这个帖子的 ......


奇怪,回车实践的ASCII值是不是13啊

可我写的这代码怎么不行那?  
   
  Private   Sub   TextBox1_KeyPress(ByVal   KeyAscii   As   MSForms.ReturnInteger)  
          If   KeyAscii   =   13   Then  
                  MsgBox   "aaa"  
          End   If  
  End   Sub  
     
 

NO.1   作者: sprite14

用KEYDOWN吧  
  Private   Sub   TextBox3_KeyDown(ByVal   KeyCode   As   MSForms.ReturnInteger,   ByVal   Shift   As   Integer)  
          If   KeyCode   =   13   Then  
                  MsgBox   "aaa"  
          End   If  
  End   Sub


    摘要: 1。打开csdn页面不能正常显示左边的框架(一片空白) 2。不能安装media player9 3。再次用windows update出现未知错误 如果没有好的办法,覆盖安装是否有效? 刚装上系统就又出了毛病,晕死。up者有分! ......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE