代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/345187/11828891
pas extfunc.pas
unit ExtFunc;
interface
uses
SysUtils,DB,ADODB,ShlObj, ActiveX, ComObj;
var
_Ver:integer;
const
//Frm_MsgBox BtnType 参数:
MsgBox_YESNO =1;
MsgBox_OKCANCEL =2;
www.eeworm.com/read/148678/12444412
pas extfunc.pas
unit ExtFunc;
interface
uses
SysUtils,DB,ADODB,ShlObj, ActiveX, ComObj;
var
_Ver:integer;
const
//Frm_MsgBox BtnType 参数:
MsgBox_YESNO =1;
MsgBox_OKCANCEL =2;
www.eeworm.com/read/253144/4400206
h vmmessagebox.h
#ifndef VM_AUTOTIMEOUT_MSGBOX_H_INCLUDED
#define VM_AUTOTIMEOUT_MSGBOX_H_INCLUDED
/*****************************************************************************/
/* HEA
www.eeworm.com/read/180159/9317580
frm exampsam.frm
VERSION 5.00
Object = "{10336011-AB2C-11D4-8E1C-00002100DD42}#4.0#0"; "MWAX.ocx"
Begin VB.Form exampsam
Caption = "examples SmartCOS-PSAM"
ClientHeight = 6375
ClientLeft
www.eeworm.com/read/174894/9570471
frm rl_administrator.frm
VERSION 5.00
Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCT2.OCX"
Object = "{0ECD9B60-23AA-11D0-B351-00A0C9055D8E}#6.0#0"; "MSHFLXGD.OCX"
Begin VB.Form RL_User
BorderStyle
www.eeworm.com/read/163720/10148223
vbs automicro.vbs
set wshshell=CreateObject("WScript.Shell")
wshshell.Run "C:\WINDOWS/SYSTEM32/Mspaint.exe"
MsgBox"waiting for 5 secs......."
WScript.Sleep 5000
MsgBox"文件/新建"
wshshell.SendKeys"%f"
wshshell.