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

📄 notepad1-f3.bas

📁 一个用VB实现的简单的记事本程序
💻 BAS
字号:
Attribute VB_Name = "Module1"
Global Pos As Integer
Global MatchCase As Boolean
Global SearchStr As String
Global PassWord As String

Declare Function SetWindowPos Lib "user32" (ByVal hwnd As Long, ByVal hwndInsertAfter As Long, _
ByVal x As Long, ByVal y As Long, ByVal CX As Long, ByVal CY As Long, ByVal wflags As Long) As Long


⌨️ 快捷键说明

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