代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/101804/15806459
asp 18-2.asp
18-2.asp
sub check()
if information.realname.value=empty then
msgbox"请填入你的真实姓名!"
focus(0)
exit sub
end if
www.eeworm.com/read/100217/15880030
b applicat.b
// 1993 (c) ALL RIGHTS RESERVED
// AUTHOR: XuYongYong
/* applicat.cpp
*/
#include "applicat.h"
#include "yyxmain.h"
#include "msgbox.h"
#include
#include
#include
www.eeworm.com/read/100217/15880056
cp1 applicat.cp1
// 1993 (c) ALL RIGHTS RESERVED
// AUTHOR: XuYongYong
/* applicat.cpp
*/
#include "applicat.h"
#include "yyxmain.h"
#include "msgbox.h"
#include
#include
#include
www.eeworm.com/read/382830/8996062
htm ch8-13.htm
学生名单
sub next_onclick
if rs.absolutepage=rs.pageCount then
msgbox "这是最后一页!"
else
rs.absolutepage=rs.absolut
www.eeworm.com/read/182707/9194970
m start_callback.m
function start_callback
try
load inidata;
catch
msgbox('The filter has not been initialized!','Warning','warn','modal');
return
end
delete(gca);
setaxis;
Pk_1=P0;
Xk_1=X0;
www.eeworm.com/read/182501/9201146
m start_callback.m
function start_callback
try
load inidata;
catch
msgbox('The filter has not been initialized!','Warning','warn','modal');
return
end
delete(gca);
setaxis;
Pk_1=P0;
Xk_1=X0;
www.eeworm.com/read/429871/7093662
java retrydlg.java
/*
* Retry Dialog Box
* 1998/02/13 (C) Copyright T.Kazawa(Digitune)
*/
import JP.digitune.gui.MsgBox;
import ipmsg.IPMsg;
import ipmsg.IPMEvent;
import ipmsg.IPMAddress;
import java.
www.eeworm.com/read/454590/7387086
bas gpublic.bas
Attribute VB_Name = "gPublic"
Public Const gXtmc = "华辉电器批发查询系统" '系统名称
Public gXhcd As Integer '序号传递
Public newFlag As Integer '新建标志
Sub Main()
If App.PrevInstance = True Then
MsgBox
www.eeworm.com/read/437186/7753726
bas module1.bas
Attribute VB_Name = "Module1"
Public ThisDBName As String '用于保存当前试题数据库名称
Public Sub ShowError(ByVal msg As String)
MsgBox msg, vbCritical + vbOKOnly, "题库管理系统"
End Sub