代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/157831/11660446
frm frmuser.frm
VERSION 5.00
Begin VB.Form frmuser
BorderStyle = 1 'Fixed Single
Caption = "用户管理"
ClientHeight = 2625
ClientLeft = 45
ClientTop = 330
Cli
www.eeworm.com/read/157831/11660453
frm frmyy.frm
VERSION 5.00
Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX"
Begin VB.Form frmyy
BorderStyle = 1 'Fixed Single
Caption = "烟叶管理"
ClientHeight
www.eeworm.com/read/157574/11688833
frm mdiform1.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomctl.ocx"
Begin VB.MDIForm MDIForm1
BackColor = &H8000000C&
Caption = "学生选课系统 Version 1.0.0"
www.eeworm.com/read/346316/11754880
frm frmclean.frm
VERSION 5.00
Begin VB.Form frmclean
Caption = "数据清理"
ClientHeight = 3090
ClientLeft = 60
ClientTop = 450
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/346316/11754904
frm frmyasuo.frm
VERSION 5.00
Begin VB.Form frmyasuo
Caption = "Form1"
ClientHeight = 3180
ClientLeft = 60
ClientTop = 450
ClientWidth = 4770
LinkTopic
www.eeworm.com/read/259565/11782581
m msgdlg.m
function handle=msgdlg(message,CreateStruct)
% Open message box "msgbox" with name "S4M.name"
% Written by: E. R.: October 23, 2003
% Last updated: January 4, 2004: Second input argument
%
%
www.eeworm.com/read/345198/11827120
txt readme.txt
1、先安装USB 发卡机驱动程序,再调试OCX控件。
2、注册控件:先将USB_Reader_T.ocx文件COPY到C:\windows\system32\ 然后在[程序]-[运行]输入: regsvr32 C:\windows\system32\USB_Reader_T.ocx 注册控件
3、DEMO程序是VB环境下调试通过,相关详细说明均在DEMO程序中有说明
Dim R
www.eeworm.com/read/155761/11850645
bas mmqrmainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim mtxA(4, 3) As Double
Dim mtxQ(4, 4) As Double
mtxA(1, 1) = 1: mtxA(1, 2) = 1: mtxA(1, 3) = -1
mtxA(2, 1) = 2: mtxA(2, 2) = 1: