代码搜索:MessageBox
找到约 7,904 项符合「MessageBox」的源代码
代码结果 7,904
www.eeworm.com/read/161644/5550784
cs msgbox.cs
using System;
using System.Collections.Generic;
using System.Text;
using System.Windows.Forms;
using System.Resources;
namespace APLib.Windows.Control
{
///
/// 本地化的MessageBox
www.eeworm.com/read/194118/8199017
h llf.h
#ifndef __LLF_NORMAL_HEADER__
#define __LLF_NORMAL_HEADER__
#include
#define MsgBox(msg) MessageBox(NULL, TEXT(msg), TEXT("title"), MB_OK)
#define MsgBoxA(msg) MessageBoxA(NULL,
www.eeworm.com/read/193755/8204987
h llf.h
#ifndef __LLF_NORMAL_HEADER__
#define __LLF_NORMAL_HEADER__
#include
#define MsgBox(msg) MessageBox(NULL, TEXT(msg), TEXT("title"), MB_OK)
#define MsgBoxA(msg) MessageBoxA(NULL,
www.eeworm.com/read/458733/7290327
cpp spdebug.cpp
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
SP_OutputDebugString( LPCSTR );
SP_MessageBox( UINT, LPCSTR, LPCSTR, UINT );
SP_Tr
www.eeworm.com/read/457103/7334158
cpp privatefuncs.cpp
#include "assembler.h"
void Assembler::GenFiles()
{
//打开文件,到文件指针
if( (DataFile=fopen("dmem32.mif","w+")) == NULL )
{
MessageBox(NULL,"文件打开错误","warning",MB_OK);
}
else
{
fprin
www.eeworm.com/read/443174/7636639
cpp spdebug.cpp
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
SP_OutputDebugString( LPCSTR );
SP_MessageBox( UINT, LPCSTR, LPCSTR, UINT );
SP_Tr
www.eeworm.com/read/20138/833034
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# RCS: @(#) $Id: msgbox.tcl,v 1.4 1998/11/12 06:22:05 welch Exp $
#
# Copyright (c) 1994-1997
www.eeworm.com/read/40112/915564
tcl msgbox.tcl
# msgbox.tcl --
#
# Implements messageboxes for platforms that do not have native
# messagebox support.
#
# RCS: @(#) $Id: msgbox.tcl,v 1.4 1998/11/12 06:22:05 welch Exp $
#
# Copyright (c) 1994-1997
www.eeworm.com/read/453681/1638956
java selectitemmessagebox.java
package rcpdev.todo.ui.todolist.views.actions;
import org.eclipse.swt.SWT;
import org.eclipse.swt.widgets.MessageBox;
import org.eclipse.swt.widgets.Shell;
public class SelectItemMessageBox ex
www.eeworm.com/read/207103/5002470
java messageboxtestmidlet.java
package redduke.game.j2me.example;
import redduke.game.j2me.GameMIDlet;
import redduke.game.j2me.ui.*;
/*
* MessageBox 测试
*
* @author redduke
*/
public class MessageBoxTestMIDlet exte