代码搜索:msgbox

找到约 3,543 项符合「msgbox」的源代码

代码结果 3,543
www.eeworm.com/read/234134/4660940

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/232568/4698178

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/230932/4718960

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/229812/4740424

c msgbox.c

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229812/4740438

h msgbox.h

/**************************************************************************** * * Open Watcom Project * * Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Res
www.eeworm.com/read/229403/4756507

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/228048/4767200

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/227592/4773997

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/227592/4774021

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/227259/4776868

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