代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/126256/14436522
bas module1.bas
Attribute VB_Name = "Module1"
Private strsql As String
Private strconn As String
Private rs As New ADODB.Recordset
Private msg1 As String
Public tt1 As Integer '是否可以更改密码的标记
Sub reg()
On Erro
www.eeworm.com/read/125717/14467923
asp alert.asp
KKK=MsgBox("hahaha", vbOkCancel, "This is a test")
www.eeworm.com/read/125481/14491176
txt 新建 文本文档.txt
“退出”按钮单击事件
Private sub cmd cancale_click()
Unload Me
End Sub
检查数据服务器是否存在的指定的别名
Function chechAlias(s As String) As Boolean
On Error GoTo AliasErr
Dim Retvalue As Long
Dim KeyId As Long
www.eeworm.com/read/223053/14662889
frm frmland.frm
VERSION 5.00
Begin VB.Form frmLand
BackColor = &H00808080&
Caption = "登陆"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 450
ClientWidt
www.eeworm.com/read/223053/14662895
bas 备份.bas
Attribute VB_Name = "备份"
'
' If getDB Then '如果 weboy 数据库存在,则...
' If getUsersTable And getConsumersTable Then '如果 users 表及 consumer 表存在,则...
'