?? moddriver.bas
字號:
Attribute VB_Name = "modDriver"
Option Explicit
Dim m_tagErrInfo As TYPE_ERRORINFO ' 錯誤信息
Public Sub update_status(ByVal message As String)
On Error Resume Next
'this updates the status window with any new messages
frmServer.status.AddItem "[" & f_time & "] " & message
frmServer.status.ListIndex = (frmServer.status.ListCount - 1)
End Sub
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -