📄 frmmanipulatemsgbox.frm
字号:
VERSION 5.00
Begin VB.Form frmManipulateMsgBox
AutoRedraw = -1 'True
Caption = "Manipulating The MessageBox"
ClientHeight = 2940
ClientLeft = 750
ClientTop = 750
ClientWidth = 4965
LinkTopic = "Form1"
ScaleHeight = 196
ScaleMode = 3 'Pixel
ScaleWidth = 331
Begin VB.CommandButton Command3
Caption = "Change Message Box Font"
Height = 375
Left = 1365
TabIndex = 2
Top = 1860
Width = 2250
End
Begin VB.CommandButton Command2
Caption = "Position Message Box"
Height = 375
Left = 1350
TabIndex = 1
Top = 1275
Width = 2250
End
Begin VB.CommandButton Command1
Caption = "Self Closing Message Box"
Height = 375
Left = 1350
TabIndex = 0
Top = 705
Width = 2250
End
End
Attribute VB_Name = "frmManipulateMsgBox"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -