代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/11175/207485
h _msgbox.h
/*
COW : Character Oriented Windows
_msgbox.h : message box private structures
*/
#define mbMin 1 /* one based request #s */
typedef struct _mbi
{
char * sz;
WORD cch;
RX rx;
www.eeworm.com/read/11231/213878
h msgbox.h
//---------------------------------------------------------------------------------
// Copyright (c) Haisoft 2006-9-1
// Copyright jinhailiao 2008-2010
// E-mail: jinhailiao@163.com
// Project:
www.eeworm.com/read/11231/213879
c msgbox.c
//---------------------------------------------------------------------------------
// Copyright (c) Haisoft 2006-9-1
// Copyright jinhailiao 2008-2010
// E-mail: jinhailiao@163.com
// Project:
www.eeworm.com/read/11936/236686
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/11936/236710
cpp msgbox.cpp
#include "WndX.h"
#include
#include "MsgBox.h"
#include "resource.h"
//Download by http://www.codefans.net
CMsgBox::CMsgBox()
{
m_hbmpClose=LoadBitmap(hInstX,LPCTSTR(IDB_CLOSE));
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/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/20138/833083
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/35443/894219
h msgbox.h
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:msgbox.h
*描 述:消息邮箱头文件
*
www.eeworm.com/read/35443/894243
c msgbox.c
/*********************************************************************
* Copyright (c) 2011-2012,李士伟
* All rights reserved.
*文 件 名:msgbox.c
*描 述:消息邮箱源文件
*