代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/469678/6925193
bas module1.bas
Attribute VB_Name = "Module1"
Option Explicit
Public UserRight As Integer
Public Con As New ADODB.Connection
Sub Main()
Load frmDBSet
If Dir(frmDBSet.txtPath) = "" Then
MsgBox "找不到数据库文件。"