代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/477862/6724741
asp guanli-shezhisave.asp
MsgBox "错误:非法用户!"
location.href = "login.asp"
www.eeworm.com/read/263812/11340599
scc mssccprj.scc
[SCC]
SCC=This is a source code control file
[msgbox.vbp]
SCC_Project_Name=this project is not under source code control
SCC_Aux_Path=
www.eeworm.com/read/261915/11615040
bas module1.bas
Attribute VB_Name = "Module1"
Public Function ShowMsg()
MsgBox "This is My First Dll !!"
End Function
Public Function aa(ByVal sHwnd As Long)
SetFlat sHwnd
End Function
Public Fun
www.eeworm.com/read/258883/11834271
bas submain.bas
Attribute VB_Name = "SubMain"
Option Explicit
Sub Main()
If Not App.PrevInstance Then
Load frmSplash
frmSplash.Show vbModal
ElseIf App.PrevInstance Then
MsgBox "该应用程序的
www.eeworm.com/read/213788/15124787
bas module1.bas
Attribute VB_Name = "Module1"
Public Function ShowMsg()
MsgBox "This is My First Dll !!"
End Function
Public Function Aa(ByVal sHwnd As Long)
SetFlat sHwnd
End Function
Public Fun
www.eeworm.com/read/249482/4449937
dat vb_fun75.dat
MsgBox 函数
在对话框中显示消息,等待用户单击按钮,并返回一个 Integer 告诉用户单击哪一个按钮。
www.eeworm.com/read/249014/4458653
vbs test01.vbs
Set fileDB = CreateObject("TextFileDB.MyFileDB")
fileDB.Open("E:\Dev\Chapter08-Transactions\04\TextFileDB\Test\Accounts.txt")
fileDB.UpdateBalance "Unknown", 50000
msgbox "Done"