代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/234333/4660170
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"
www.eeworm.com/read/298155/3874090
dat vb_fun75.dat
MsgBox 函数
在对话框中显示消息,等待用户单击按钮,并返回一个 Integer 告诉用户单击哪一个按钮。
www.eeworm.com/read/278521/4143134
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"
www.eeworm.com/read/447931/1692312
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/172360/9712053
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/292258/8364957
asp dispall.asp
MsgBox "对不起,你还没有登录!"
location.href = "../../index.htm"
www.eeworm.com/read/392007/8368476
m newmsgbox.m
function dlg_handle = newMsgBox(msg_text,dlg_title,dlg_font)
% newMsgBox - message-box
%
% This function is an alternative for MSGBOX, used to display short messages
% in a dialog window. Although
www.eeworm.com/read/385959/8775599
bas module2.bas
Attribute VB_Name = "Module2"
Public Sub length1(text As String, ilen As Integer, msg As String)
If Len(text) ilen Then
MsgBox msg, 48, ""
Exit Sub
End If
End Sub
www.eeworm.com/read/284864/8886387
cpp box.cpp
/*******************************************************************************
模 块: 常用对话框.
功 能: Msgbox, QuestionBox, LoginBox, InputBox, PasswordBox
程序员: 雷中南.
版 本: v1.1
时 间: 1999-05-10