2007年11月2日

摘要: This Friday evening,I started upmy compaq nc6000,and clicked the QQ program,found theaddress of the song<<On a tous besion d\'amour>>,inmy QQ sign textbox.Copied and pasteditin the GreenBr... 阅读全文
posted @ 2007-11-02 19:51 ottor_J2ME 阅读(436) 评论(1) 推荐(0)
 
摘要: 使用VB函数GetAttr() Private Sub Command1_Click() Print GetAttr("C:\Autoexec.Bat") If GetAttr("C:\Autoexec.Bat") And 1 Then Print "此文件只读" If GetAttr("C:\Autoexec.Bat") And 2 Then Print "此文件隐藏" If Get... 阅读全文
posted @ 2007-11-02 14:20 ottor_J2ME 阅读(2490) 评论(0) 推荐(0)
 
摘要: VB倒计时函数:DateDiff 例子: Private Sub Form_Load() Label1.Caption = "今天距2007年11月7日还有" & DateDiff("d", Date, #11/7/2007#) & "天" End Sub 函数说明: DateDiff 函数返回两个日期之间的时间间隔。 格式: DateDiff(interval, ... 阅读全文
posted @ 2007-11-02 12:52 ottor_J2ME 阅读(1257) 评论(0) 推荐(0)