代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/334155/12631180
frm frmland.frm
VERSION 5.00
Begin VB.Form frmLand
BackColor = &H00FF8080&
Caption = "登陆"
ClientHeight = 4620
ClientLeft = 60
ClientTop = 450
ClientWidt
www.eeworm.com/read/334155/12631195
bas 备份.bas
Attribute VB_Name = "备份"
'
' If getDB Then '如果 yinhang 数据库存在,则...
' If getUsersTable And getConsumersTable Then '如果 users 表及 consumer 表存在,则...
'
www.eeworm.com/read/135867/13891646
asp alert.asp
KKK=MsgBox("hahaha", vbOkCancel, "This is a test")
www.eeworm.com/read/300129/13933749
frm 主界面.frm
VERSION 5.00
Begin VB.Form CaiJi
Caption = "IC卡资料"
ClientHeight = 5670
ClientLeft = 60
ClientTop = 450
ClientWidth = 7575
LinkTopic
www.eeworm.com/read/135049/13965797
frm sheet3.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form sheet3
Caption
www.eeworm.com/read/135049/13965827
frm sheet1.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form sheet1
Caption
www.eeworm.com/read/134930/13970093
frm borrow.frm
VERSION 5.00
Begin VB.Form Form2
BorderStyle = 1 'Fixed Single
Caption = "借书"
ClientHeight = 1665
ClientLeft = 45
ClientTop = 330
ClientW
www.eeworm.com/read/134116/14006071
frm form2.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form frmAddGrade
BackColor = &H00C0C0C0&
Caption = "Form2"
ClientHeight
www.eeworm.com/read/133932/14017471
txt cxl.txt
Data1.Recordset.Bookmark = Data1.Recordset.LastModified
Dim Str As String
MsgBox "请输入查询条件", , "信息提示"
Str = Text2.Text
If Str = "" Then
MsgBox "请输入查询条件,如学生编号=2", , "信息提示"
Exit Sub
End If
Data
www.eeworm.com/read/205267/15322575
bas mmsgboxex.bas
Attribute VB_Name = "mMsgBoxEx"
Option Explicit
'MsgBoxEx for VB
'Variable position custom MsgBox by Ray Mercer
'Copyright (C) 1999 by Ray Mercer - All rights reserved
'Based on a sample I post