代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/192685/8355687
html 9012.html
Msgbox 中可不可以有变数!? ( X , Y , A , I ..............)
Msgbox 中可不可以有变数!? ( X , Y , A , I
www.eeworm.com/read/392198/8358140
frm formhf.frm
VERSION 5.00
Begin VB.Form FormHF
BorderStyle = 1 'Fixed Single
Caption = "Form1"
ClientHeight = 4830
ClientLeft = 45
ClientTop = 435
Cli
www.eeworm.com/read/370421/9601052
m crcdecode.m
% 采用美国16-CRC标准
% 16bit CRC 生成多项式D16+D1+D2+1
% 输入code为要进行解码的码源
% 返回值sign是指示是否出现错误1为有错,0为无错
% 如果正确 指示0 并解码,decode 为解码后的码
function [decode,sign] =CrcDecode(code)
generator = [1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/173684/9643046
vbs make.vbs
'
' TOPPERS/JSP Kernel
' Toyohashi Open Platform for Embedded Real-Time Systems/
' Just Standard Profile Kernel
'
' Copyright (C) 2000-2002 by Embedded and Real-Time Systems Laborato
www.eeworm.com/read/173574/9650101
txt vba03-1.txt
Sub MyMacro()
Dim pMxDocument As IMxDocument '地图文档
Set pMxDocument = Application.Document '获取当前应用程序的文档
MsgBox pMxDocument.FocusMap.Name '显示当前地图的名称
End Sub
www.eeworm.com/read/369398/9650724
m crcdecode.m
% 采用美国16-CRC标准
% 16bit CRC 生成多项式D16+D1+D2+1
% 输入code为要进行解码的码源
% 返回值sign是指示是否出现错误1为有错,0为无错
% 如果正确 指示0 并解码,decode 为解码后的码
function [decode,sign] =CrcDecode(code)
generator = [1 1 0 0 0 0 0 0 0 0 0
www.eeworm.com/read/173524/9653136
frm frm_group_user.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C90AEA82}#1.0#0"; "MSDATGRD.OCX"
Begin VB.Form Frm_Group_User
Border
www.eeworm.com/read/173454/9657252
frm mdiform1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.MDIForm MDIForm1
BackColor = &H8000000A&
Caption = "大学生测评与管理系统"
ClientHei