代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/132720/14076828
cpp helperapi.cpp
#include "stdafx.h"
#include "GlobalVar.h"
#include "HelperAPI.h"
#include "Message1.h"
//实现 "HelperAPI.h" 定义的三个函数
int MsgBox(CString &con,CString &title, int flag)
{
if(flag==1)
{
CMessa
www.eeworm.com/read/178401/9400379
vbs qqzhangdan.vbs
set WshShell=WScript.CreateObject("WScript.Shell")
intif=MsgBox("是否开始使用--此处防止误运行此程序",vbOKCancel+vbInformation, "提示")
if intif=vbCancel then
WScript.Quit
else
tit = InputBox("请输入想攻击的QQ窗口
www.eeworm.com/read/245112/12820351
htm add.htm
'定义检查输入信息格式的函数Check()
Sub Check()
if Form1.text1.Value = empty then
MsgBox "请输入您的名字!"
FocusTo(0)
Exit Sub
ElseIf isdate(Form1.text2.Valu
www.eeworm.com/read/245112/12820378
htm add.htm
'定义检查输入信息格式的函数Check()
Sub Check()
if Form1.text1.Value = empty then
MsgBox "请输入您的名字!"
FocusTo(0)
Exit Sub
ElseIf isdate(Form1.text2.Valu
www.eeworm.com/read/245112/12820387
txt add.htm.txt
'定义检查输入信息格式的函数Check()
Sub Check()
if Form1.text1.Value = empty then
MsgBox "请输入您的名字!"
FocusTo(0)
Exit Sub
ElseIf isdate(Form1.text2.Valu
www.eeworm.com/read/245112/12820402
htm add.htm
'定义检查输入信息格式的函数Check()
Sub Check()
if Form1.text1.Value = empty then
MsgBox "请输入您的名字!"
FocusTo(0)
Exit Sub
ElseIf isdate(Form1.text2.Valu
www.eeworm.com/read/479849/6681224
bas authfile.bas
Attribute VB_Name = "Auth_Fun"
Option Explicit
'检查用户权限(blnshowmsg为False,当没有对应的权限时自动弹出Msgbox框)
' con:ADODB.Connection对象
' chrsid:功能系统号
' chrname:用户号
' chra
www.eeworm.com/read/262754/11391826
au3 avp7.au3
#include
#include
#include
;首先判断卡巴是不是已经安装在系统
If RegRead("HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run","avp") "" Then
MsgBox(64,"Note","系统已经安装卡巴""" &
www.eeworm.com/read/131902/14120835
bas module~1.bas
Attribute VB_Name = "ModuleExistFile"
Option Explicit
'专门判断文件的存在的函数,比Dir$可靠多了。
'用法:例如判断"c;\temp\test.exe"的存在:
' if exists("c;:\temp\test.exe") then ...
' else msgbox "File not found"
'
Const OF