代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/315187/13549105
cls main.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/312591/13608579
vbs changetime.vbs
Flag=0
TimeGetF=100
TimeNum=TimeGetF*60
Sub ChangeTime()
TimeNum=TimeNum-1
TimeNumF=TimeNum\60
TimeNumM=TimeNum mod 60
if TimeNumF
www.eeworm.com/read/309014/13684029
cls clsopmtype.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/308872/13689192
frm tst.frm
VERSION 5.00
Begin VB.Form Form1
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 90
ClientLeft = 0
ClientTop = 0
ClientWidth =
www.eeworm.com/read/308761/13693255
frm frmland.frm
VERSION 5.00
Begin VB.Form frmLand
BackColor = &H80000012&
Caption = "登陆"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 450
ClientWidt
www.eeworm.com/read/308761/13693258
bas 备份.bas
Attribute VB_Name = "备份"
'
' If getDB Then '如果 weboy 数据库存在,则...
' If getUsersTable And getConsumersTable Then '如果 users 表及 consumer 表存在,则...
'
www.eeworm.com/read/305727/13762570
frm frmland.frm
VERSION 5.00
Begin VB.Form frmLand
BackColor = &H80000012&
Caption = "登陆"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 450
ClientWidt
www.eeworm.com/read/305727/13762573
bas 备份.bas
Attribute VB_Name = "备份"
'
' If getDB Then '如果 weboy 数据库存在,则...
' If getUsersTable And getConsumersTable Then '如果 users 表及 consumer 表存在,则...
'
www.eeworm.com/read/301783/13848588
vb dboperation.vb
Public Class DBOperation
Shared Function DBOperate(ByVal SQLString As String, ByRef Msg As String) As DataTable
Try
Dim CONN As String
CONN = "Server=localho
www.eeworm.com/read/301778/13848695
vb dboperation.vb
Public Class DBOperation
Shared Function DBOperate(ByVal SQLString As String, ByRef Msg As String) As DataTable
Try
Dim CONN As String
CONN = "Provider=Micro