代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/441748/7666033
cpp dinput.cpp
#include "gl.h"
#include "gengine.h"
#include "..\common.h"
#define KEYBUFFER_TAIL 0xffffffff
extern LPDIRECTDRAW lpDD;
LPDIRECTINPUT lpDI = NULL;
LPDIRECTINPUTDEVICE lpDI
www.eeworm.com/read/441748/7666041
cpp gengine.cpp
#include "..\common.h"
#include "gl.h"
#include "gengine.h"
//#define _OFFDDRAW //关闭DirectDraw
Hero *warrior;
int InitGraphicEngine( DWORD w, DWORD h, DWORD colordepth )
{
CheckCPU();
#if
www.eeworm.com/read/438628/7729066
bas modapibyname.bas
Attribute VB_Name = "ModApiByName"
'****************************************************************************
'人人为我,我为人人
'枕善居汉化收藏整理
'发布日期:2006/12/23
'描 述:非常专业的防火墙源代码
'网 站:http://www.Mnd
www.eeworm.com/read/299400/7861594
frm frmnewbook.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmNewBook
BorderStyle = 3 'Fixed Dialog
Caption = "新书登记 添加品种"
Client
www.eeworm.com/read/397928/8015744
frm frmnewbook.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Begin VB.Form FrmNewBook
BorderStyle = 3 'Fixed Dialog
Caption = "新书登记"
ClientHeight
www.eeworm.com/read/397917/8016240
frm form8.frm
VERSION 5.00
Object = "{CFA7AFF4-3242-4269-9172-7389D695AE01}#1.0#0"; "StoneXP.ocx"
Object = "{DAAC6951-59A4-4C08-9D6E-FE3919B64861}#1.0#0"; "FlexCell.ocx"
Begin VB.Form Form8
BorderStyle
www.eeworm.com/read/397758/8024314
m transformgui.m
function transformgui(arg,w)
% TRANSFORMGUI Data Transformation GUI
%
% This GUI function tranforms the data that has been loaded using the
% LOADGUI. One can spherize the data (centered at the m
www.eeworm.com/read/396119/8125226
bas mdlprocresult.bas
Attribute VB_Name = "mdlProcResult"
Option Explicit
'============================================================================
'以下三个过程是对添加,删除和更新三种结果的处理。
'1 删除完成后只需要删除列表视图的对应项目后以消息框提示用户即可
'
www.eeworm.com/read/146081/12678982
bas writeprofilesection.bas
Attribute VB_Name = "WriteProfileSectionModule"
Option Explicit
'写Win.ini文件
Declare Function WriteProfileSection Lib "kernel32" Alias "WriteProfileSectionA" (ByVal lpAppName As String, ByVal lpStri
www.eeworm.com/read/146081/12679191
bas getprofilesection.bas
Attribute VB_Name = "GetProfileSectionModule"
Option Explicit
Declare Function GetProfileSection Lib "kernel32" Alias "GetProfileSectionA" (ByVal lpAppName As String, ByVal lpReturnedString As Str