代码搜索:MessageBox
找到约 7,904 项符合「MessageBox」的源代码
代码结果 7,904
www.eeworm.com/read/320068/13433731
txt test-tv.txt
toplevel .dbg
pack [text .dbg.t]
proc Debug {t} {
.dbg.t insert end "$t\n"
}
proc onerror {w id t} {
if {$id} {tk_messageBox -message "$id:$t" -title error -icon error}
}
proc capture_tv {}
www.eeworm.com/read/122221/6066244
theme rasters.theme
BACKDROP NAME=msgbd STYLE=VRANGE COLOR2=$0000FF COLOR3=$000000 BORDER=0
TEXTBAR NAME=mtitle TEXT="Messagebox" ALIGN=LEFT COLOR=White FONT= BACKDROP=msgbd
BACKDROP NAME=mflowbd S
www.eeworm.com/read/230026/14309087
txt dodoc.txt
delete:
if Application.MessageBox('您确定要删除当前记录吗?','提示',MB_OKCANCEL + MB_DEFBUTTON2)=IdOk then
if Query1.RecordCount>0 then
begin
Query1.Delete;
end;
//
save:
try
if (Query1.Mod
www.eeworm.com/read/117747/14906304
cpp game.cpp
#include "windows.h"
#include "resource.h"
#include "ddutil.h"
#include "stdio.h"
#include "game.h"
//#include "gamemusic.h"
#define ERRMSG(i) MessageBox(NULL,i,"errmsg",MB_OK|MB_ICONERROR)
#
www.eeworm.com/read/330367/3424486
java safesavedialog.java
package examples.ch18.perledit.ui;
import java.io.File;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.FileDialog;
import org.eclipse.swt.widgets.MessageBox;
import org.eclipse.swt.
www.eeworm.com/read/318827/3561905
via mul.via
// Mul.lnl
application PE GUI;
import MessageBox ascii lib "USER32.DLL",4;
entry
string strTmp[80];
dword dwM1; dword dwM2;
dword dwProduct;
dwM1 = 2; dwM2 = $FFFFFFFF;
www.eeworm.com/read/305805/3768968
via mul.via
// Mul.lnl
application PE GUI;
import MessageBox ascii lib "USER32.DLL",4;
entry
string strTmp[80];
dword dwM1; dword dwM2;
dword dwProduct;
dwM1 = 2; dwM2 = $FFFFFFFF;
www.eeworm.com/read/281160/4118392
cpp 01firstapp.cpp
///////////////////////////////////////////////////////////////
// 01FirstApp.cpp文件
#include "stdafx.h" // 这是VC自动添加的头文件,没有什么用途
#include // 包含MessageBox函数声明的头文件
int main(int argc, c
www.eeworm.com/read/431386/1907226
inc seh3.inc
; Written by Four-F
; seh3.inc (MASM)
IFNDEF RaiseException
include \masm32\include\kernel32.inc
includelib \masm32\lib\kernel32.lib
ENDIF
IFNDEF MessageBox
include \masm32\include
www.eeworm.com/read/359509/2976021
inc seh3.inc
; Written by Four-F
; seh3.inc (MASM)
IFNDEF RaiseException
include \masm32\include\kernel32.inc
includelib \masm32\lib\kernel32.lib
ENDIF
IFNDEF MessageBox
include \masm32\include