代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/248788/12540757
frm frmlogin.frm
VERSION 5.00
Begin VB.Form frmLogin
BorderStyle = 3 'Fixed Dialog
Caption = "用户登录"
ClientHeight = 3150
ClientLeft = 3555
ClientTop = 3840
www.eeworm.com/read/333989/12649167
c autohook.c
#if _MSC_VER > 1000
#pragma once
#endif
#define WIN32_LEAN_AND_MEAN
#include
#include "ApiHooks.h"
int (WINAPI *OriginalMessageBoxA)(HWND hWnd,LPCTSTR lpText,LPCTSTR lpCap
www.eeworm.com/read/300832/13890432
frm frmlogin.frm
VERSION 5.00
Begin VB.Form FrmLogin
BorderStyle = 1 'Fixed Single
Caption = "身份验证"
ClientHeight = 2055
ClientLeft = 45
ClientTop = 330
Cl
www.eeworm.com/read/134656/13978465
m mcctest3.m
function mcctest3()
n = 256;
x = sin([1:n]/n*(16*pi));
y = abs(fft(x));
y = y(1:n/2);
[m i] = max(y);
subplot(211)
plot(x)
subplot(212)
plot(y)
s = sprintf('Max = %d, Index = %d\n', m,
www.eeworm.com/read/236309/14021836
cls clsylgb_gb.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/133092/14054763
bas moduleoffice.bas
Attribute VB_Name = "Moduleoffice"
Public offpassword As String
Public Function exitproject()
Dim response As Integer
response = MsgBox("真的要退出程序吗?", vbYesNo, "退出")
If response = vbYes Then
E
www.eeworm.com/read/132720/14077004
h helperapi.h
#ifndef _INC_HELPERAPI
#define _INC_HELPERAPI
int MsgBox(CString &con,CString &title,int flag=1);
int MsgBox(UINT icon,UINT ititle,int flag=1);
void DynamicShow(CDialog *dlg,int flag);
#endif
www.eeworm.com/read/113072/15470930
txt 7.txt
VBScript 页面的简单样例
Microsoft® Visual Basic® Scripting Edition
VBScript 页面的简单样例
VBScript 教程
上一页 | 下一页
一个简单页面
使用 Microsoft® Internet Explorer 可以查看用以下 HTML 代码制作的页面。如果单击页面上的按钮,可看到
www.eeworm.com/read/113072/15471095
txt 164.txt
MsgBox 函数
Microsoft® Visual Basic® Scripting Edition
MsgBox 函数
语言参考
版本 1
请参阅
描述
在对话框中显示消息,等待用户单击按钮,并返回一个值指示用户单击的按钮。
语法
MsgBox(prompt[, buttons][, title][, helpfile, context])
www.eeworm.com/read/110567/15530572
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic