资源说明:很实用的函数!!!
Michael Hunter
Humbug Reality
activecad@ humbugreality.com
modStartup
this module contains DDList(), the startup routine.
R0 05 Oct 97 MJHunter
Option Explicit
DDList
(
)
returns: nothing.
this function runs DDList.
R0 05 Oct 97 MJH
Public Sub DDList()
Load frmDDList
End Sub
MsgStop
(
Message$ -- the message to display.
)
returns: nothing.
this function displays a Stop message box.
R0 15 Jul 96 MJH
Public Sub MsgStop(Message$)
On Error Resume Next
Beep
MsgBox Message$, vbOKOnly + vbCritical + vbApplicationModal, APP_TITLE
End Sub
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。