代码搜索:MessageBox
找到约 7,904 项符合「MessageBox」的源代码
代码结果 7,904
www.eeworm.com/read/332978/7141631
java messageboxes.java
//: gui/MessageBoxes.java
// Demonstrates JOptionPane.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import static net.mindview.util.SwingConsole.*;
public class MessageBox
www.eeworm.com/read/448407/7533799
vbs stdlib.vbs
Dim QMDispatchObj
Set QMDispatchObj = CreateObject("QMDispatch.QMFunction")
function RunApp(AppPath) '这个函数用来运行一个外部程序
QMDispatchObj.RunApp(AppPath)
end function
function MessageBox(Prompt) '这个
www.eeworm.com/read/325023/13230406
java messageboxes.java
//: gui/MessageBoxes.java
// Demonstrates JOptionPane.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import static net.mindview.util.SwingConsole.*;
public class MessageBox
www.eeworm.com/read/401260/11560225
txt chat.txt
BOOL ClientInit(HWND hWnd,UINT port,const char* serverIP)
{
sockaddr_in addr;
ExitChat(hWnd);
g_bClient=TRUE;
if(inet_addr(serverIP)==INADDR_NONE)
{
MessageBox(hWnd,"Invalid IP Address!"
www.eeworm.com/read/344239/11894709
java messageboxes.java
//: gui/MessageBoxes.java
// Demonstrates JOptionPane.
import javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import static net.mindview.util.SwingConsole.*;
public class MessageBox
www.eeworm.com/read/20138/832952
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# SCCS: @(#) msgbox.tcl 1.8 97/07/28 17:20:01
#
# Copyright (c) 1994-1997 Sun Microsystems, In
www.eeworm.com/read/40112/915482
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# SCCS: @(#) msgbox.tcl 1.8 97/07/28 17:20:01
#
# Copyright (c) 1994-1997 Sun Microsystems, In
www.eeworm.com/read/324136/3505365
test msgbox.test
# This file is a Tcl script to test out Tk's "tk_messageBox" command.
# It is organized in the standard fashion for Tcl tests.
#
# Copyright (c) 1996 Sun Microsystems, Inc.
#
# See the file "license.t
www.eeworm.com/read/324136/3505694
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# SCCS: @(#) msgbox.tcl 1.8 97/07/28 17:20:01
#
# Copyright (c) 1994-1997 Sun Microsystems, In
www.eeworm.com/read/318827/3561885
via mathops.via
// MathOps.lnl
application PE GUI entry main;
import MessageBox alias MessageBoxA lib "USER32.DLL",4;
string buffer[256];
frame main();
local dword x;
local dword y;
local