代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/203699/15352884
frm mdiform1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.MDIForm MDIForm1
BackColor = &H80000003&
Caption = "毕业生信息管理系统"
ClientHeig
www.eeworm.com/read/202983/15368463
frm frmpopmenu.frm
VERSION 5.00
Begin VB.Form frmpopMenu
Caption = "弹出式菜单"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/113555/15453271
htm 加入图书.htm
sub check
if frm3.bookname.value=empty then
msgbox("书的名称不能为空")
frm3.bookname.focus()
exit sub
end if
if instr(frm3.bookname.value,"'")0 then
msgb
www.eeworm.com/read/103854/15459626
frm mainform.frm
VERSION 5.00
Begin VB.Form MainForm
BorderStyle = 1 'Fixed Single
Caption = "MegaCrypt E-mail Assistant"
ClientHeight = 852
ClientLeft = 1080
ClientT
www.eeworm.com/read/113072/15470919
txt 165.txt
MsgBox 函数
Microsoft® Visual Basic® Scripting Edition
MsgBox 函数
请参阅
语言参考
InputBox 函数
www.eeworm.com/read/113072/15471022
txt 48.txt
MsgBox 常数
Microsoft® Visual Basic® Scripting Edition
MsgBox 常数
请参阅
语言参考
颜色常数
比较常数
日期和时间常数
日期格式常数
DriveType 常数
FileAttribute 常数
文件输入/输出常数
其他常数
SpecialFolder 常数
字符串常数
Tr
www.eeworm.com/read/113072/15471104
txt 508.txt
IsRootFolder 属性
Microsoft® Visual Basic® Scripting Edition
IsRootFolder 属性
语言参考
版本 3
请参阅 应用于
描述
如果指定的文件夹是根文件夹,返回 True;否则返回 False。
语法
object.IsRootFolder
object 应为 Folder 对
www.eeworm.com/read/113072/15471109
txt 122.txt
InputBox 函数
Microsoft® Visual Basic® Scripting Edition
InputBox 函数
请参阅
语言参考
MsgBox 函数