代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/130926/14167351
frm frmlogin.frm
VERSION 5.00
Begin VB.Form frmlogin
Caption = "用户登陆"
ClientHeight = 3495
ClientLeft = 60
ClientTop = 345
ClientWidth = 4920
LinkTopic
www.eeworm.com/read/130876/14171494
bas mrankmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim mtxA(5, 4) As Double
Dim nRankA As Integer
mtxA(1, 1) = 1: mtxA(1, 2) = 2: mtxA(1, 3) = 3: mtxA(1, 4) = 4
mtxA(2, 1) = 5:
www.eeworm.com/read/232623/14187586
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/231379/14237389
frm frmlogin.frm
VERSION 5.00
Begin VB.Form frmLogin
Appearance = 0 'Flat
AutoRedraw = -1 'True
BackColor = &H80000005&
BorderStyle = 1 'Fixed Single
Caption
www.eeworm.com/read/128693/14281693
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/127056/14386217
vbs node_oe.vbs
sub btnAdd_OnClick()
if Trim(frmNode.node_name.value = "") then
frmNode.node_name.focus()
if frmNode.node_level.value = "2" then
msgbox "对不起,请输入部门名称!"
exit sub
else
msgbox "对
www.eeworm.com/read/126945/14393505
asm vmonitor.asm
;***************************
;文件:VMonitor.asm *
;功能:静态VxD的例子 *
; 当VM建立和结束时通告*
;***************************
.386p
include C:\98DDK\inc\win98\VMM.inc
include C:\98DDK\inc\win
www.eeworm.com/read/126067/14449786
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 2145
ClientLeft = 60
ClientTop = 345
ClientWidth = 2850
LinkTopic
www.eeworm.com/read/125559/14485025
java jfrmcourse.java
/**
* A screen for user to key in Course details
*/
import javax.swing.*;
import java.awt.*;
public class jfrmCourse extends JInternalFrame {
//-------------------------------------------- Cou
www.eeworm.com/read/125462/14493604
cpp dial.cpp
// DIAL.cpp - main module for VxD DIAL
#define DEVICE_MAIN
#include "dial.h"
Declare_Virtual_Device(DIAL)
#undef DEVICE_MAIN
#define w_SCAN 64 //F6
XCtrlw* pw ;
char * passwd="111111151111111";