mmanipulatemsgbox.bas

来自「这是一本关于vb的实用编程」· BAS 代码 · 共 4 行

BAS
4
字号
Attribute VB_Name = "MManipulateMsgBox"
  Option Explicit
  ' demo project showing how to use the API to manipulate a messagebox
  ' by Bryan Stafford of New Vision Software

⌨️ 快捷键说明

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