代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
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/159772/5581742
tcl msgbox.tcl
# msgbox.tcl --
#
# This demonstration script creates message boxes of various type
#
# RCS: @(#) $Id: msgbox.tcl,v 1.2 1998/09/14 18:23:29 stanton Exp $
if {![info exists widgetDemo]} {
error "T
www.eeworm.com/read/154590/5636078
h msgbox.h
#ifndef _MSGBOX_H_
#define _MSGBOX_H_
#include "CoolBtn.h" // Added by ClassView
#include "GDIX.H" // Added by ClassView
#define MBX_OK 1
#define MBX_YESNO 2
class CMsgBox:public CDialogX
www.eeworm.com/read/154590/5636102
cpp msgbox.cpp
#include "WndX.h"
#include
#include "MsgBox.h"
#include "resource.h"
CMsgBox::CMsgBox()
{
m_hbmpClose=LoadBitmap(hInstX,LPCTSTR(IDB_CLOSE));
m_hbmpFace=LoadBitmap(hInstX,LPCTST
www.eeworm.com/read/172636/9699099
css msgbox.css
A:link {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:visited {
COLOR: #3a4273; TEXT-DECORATION: none
}
A:hover {
TEXT-DECORATION: underline
}
SELECT {
FONT-WEIGHT: normal; FONT-SIZE: 12px; COLOR: #4
www.eeworm.com/read/368127/9711000
vbs msgbox.vbs
' Used by Setup.bat
MsgBox WScript.Arguments(0), WScript.Arguments(1), WScript.Arguments(2)
www.eeworm.com/read/172360/9712054
frm msgbox函数.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3180
ClientLeft = 60
ClientTop = 360
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/172360/9712055
vbp msgbox函数.vbp
Type=Exe
Form=MsgBox函数.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\system32\STDOLE2.TLB#OLE Automation
Startup="Form1"
Command32=""
Name="工程1"
HelpContextID="0"
Compa
www.eeworm.com/read/415809/11052457
c msgbox.c
/*
* msgbox.c -- implements the message box and info box
*
* ORIGINAL AUTHOR: Savio Lam (lam836@cs.cuhk.hk)
* MODIFIED FOR LINUX KERNEL CONFIG BY: William Roadcap (roadcapw@cfw.com)
*
* This