代码搜索:msgbox

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

代码结果 3,543
www.eeworm.com/read/102250/15787973

h msgbox.h

#ifndef _MSGBOX_H_ #define _MSGBOX_H_ ////////////////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////
www.eeworm.com/read/102006/15795012

lib msgbox.lib

www.eeworm.com/read/101422/15834442

h msgbox.h

//--------------------------------------------------------------------------- #ifndef MSGBOX_DEFINE #define MSGBOX_DEFINE #include #include #include //-------
www.eeworm.com/read/100912/15861575

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/100912/15861594

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/100912/15861696

bmp msgbox.bmp

www.eeworm.com/read/100591/15870428

exe msgbox.exe

www.eeworm.com/read/100591/15870429

asm msgbox.asm

.386 .model flat, stdcall option casemap:none include \masm32\include\windows.inc include \masm32\include\kernel32.inc includelib kernel32.lib include \masm32\include\user32.inc includelib user
www.eeworm.com/read/100590/15870434

exe msgbox.exe

www.eeworm.com/read/100217/15880020

h msgbox.h

#ifndef __MSGBOX_H #define __MSGBOX_H #include "dialog.h" #include "tstatic.h" #define MB_OKCANCEL 0x01 #define MB_RETRYCANCEL 0x02 #define MB_OK 0x04 #define MB_ERROR 0x08 #define