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

📄 module1.bas

📁 这是一个文件管理器
💻 BAS
字号:
Attribute VB_Name = "Module1"

Public curName As String    '当前选中的目录名
Public curFile As String    '当前选中的文件
Public waitingCopyFile As String    '待拷贝的文件
Public curDirec As String    '当前选中的目录
Public Declare Function SetFileAttributes Lib "kernel32" Alias "SetFileAttributesA" (ByVal lpFileName As String, ByVal dwFlagsAndAttributes As Long) As Long

⌨️ 快捷键说明

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