?? frmdataenv.frm
字號(hào):
VERSION 5.00
Begin VB.Form frmDataEnv
Caption = "壓縮和修復(fù)數(shù)據(jù)庫(kù)"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic = "Form1"
ScaleHeight = 3195
ScaleWidth = 4680
StartUpPosition = 3 'Windows Default
End
Attribute VB_Name = "frmDataEnv"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Private Sub Form_Load()
On Error GoTo Err_Handle
Dim dbE As New DAO.DBEngine
dbE.CompactDatabase "d:\biblio.mdb", "c:\auto.mdb"
Exit Sub
Err_Handle:
MsgBox Err.Description
Exit Sub
End Sub
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -