代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/135745/5879146
c msgbox.c
/*
*********************************************************************************************************
* uC/GUI
* Univers
www.eeworm.com/read/135153/5887897
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
www.eeworm.com/read/135153/5889668
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
www.eeworm.com/read/121089/6069540
c msgbox.c
/*
COW : Character Oriented Windows
msgbox.c : message boxes
*/
#define COW
#define cwExtraWnd 5 /* for static structure size */
#include
#include
#include
www.eeworm.com/read/121089/6069616
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/119117/6092849
java msgbox.java
/**
* MsgBox class, MsgBox.java
* Author : Phong Nguyen Le
* Created : 03/25/98
* Modified : 03/26/98
*/
package hc.util;
import java.awt.*;
import java.awt.event.*;
import java.net.
www.eeworm.com/read/119117/6092917
java msgbox.java
package HPCore.stdstmt;
import HPCore.Exception.*;
import HECore.stddata.*;
import HPCore.stdfunc.mb;
public class MsgBox
{
public static void MsgBox(String msg) throws HpException
{
www.eeworm.com/read/113536/6127778
c msgbox.c
/*
COW : Character Oriented Windows
msgbox.c : message boxes
*/
#define COW
#define cwExtraWnd 5 /* for static structure size */
#include
#include
#include
www.eeworm.com/read/113536/6127854
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/103510/6214555
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