⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 module1.bas

📁 office ppt考试系统 通过vb界面调用office接口进行ppt模拟考试的系统
💻 BAS
字号:
Attribute VB_Name = "Module1"
Option Explicit

Public i As String
Public fso As New FileSystemObject
Public path As String
Public txtfile

 Public username As String
  Public Function Testtxt(txt As String) As Boolean
    If Trim(txt) = "" Then
        Testtxt = False
    Else
        Testtxt = True
    End If
End Function


⌨️ 快捷键说明

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