📄 module1.bas
字号:
Attribute VB_Name = "Module1"
Option Explicit
Public yonghuming As String
Public mima As String
Public quanxian As String
Public jine As Double
Public com_x As Integer
Public dblianjie As String
Sub Main()
If App.PrevInstance = True Then
'Call MsgBox("这个程序正在运行!", vbExclamation)
End
End If
'If Date < #6/1/2006# Then
dblianjie = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" & App.Path & "\shfdb.mdb;Persist Security Info=False"
Form1.Show
'Else
' Call MsgBox("程序试用期已到!", vbExclamation, "提示")
'End If
End Sub
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -