代码搜索:msgbox

找到约 3,543 项符合「msgbox」的源代码

代码结果 3,543
www.eeworm.com/read/137446/13322131

frm stander.frm

VERSION 5.00 Begin VB.Form stander BorderStyle = 3 'Fixed Dialog Caption = "客房标准设置" ClientHeight = 5565 ClientLeft = 45 ClientTop = 330 C
www.eeworm.com/read/320926/13415838

frm jinku.frm

VERSION 5.00 Object = "{5E9E78A0-531B-11CF-91F6-C2863C385E30}#1.0#0"; "MSFLXGRD.OCX" Begin VB.Form jinku BackColor = &H00FFFFC0& Caption = "入库" ClientHeight = 610
www.eeworm.com/read/312298/13613836

frm frmlogin.frm

VERSION 5.00 Begin VB.Form FrmLogin BackColor = &H00C0FFFF& BorderStyle = 3 'Fixed Dialog Caption = "身份验证" ClientHeight = 2850 ClientLeft = 4
www.eeworm.com/read/310196/13656375

frm 软件试用期.frm

VERSION 5.00 Begin VB.Form Form1 BorderStyle = 3 'Fixed Dialog Caption = "试用期的限制" ClientHeight = 3195 ClientLeft = 45 ClientTop = 330 Cli
www.eeworm.com/read/308398/13702973

bas mod_db_sql.bas

Attribute VB_Name = "mod_DB_SQL" Option Explicit 'cn表示数据库连接头,rs表示表连接头,后连数据库或表名 Public cn_sql As New ADODB.Connection Public rs_RenZheng_LaoShi As New ADODB.Recordset Public rs_RenZheng_XueSheng A
www.eeworm.com/read/307207/13726549

txt vba03-4.txt

Sub MyMacro() Dim pMxDocument As IMxDocument Dim pMaps As IMaps Dim pMap As IMap On Error GoTo SUB_ERROR Set pMxDocument = Application.Document Set pMaps = pMxDocument.Ma
www.eeworm.com/read/306321/13746935

frm frmini.frm

VERSION 5.00 Object = "{3B008041-905A-11D1-B4AE-444553540000}#1.0#0"; "VSOCX6.OCX" Object = "{D76D7128-4A96-11D3-BD95-D296DC2DD072}#1.0#0"; "Vsflex7.ocx" Begin VB.Form frmIni Caption =
www.eeworm.com/read/304018/13804303

frm frmcontrol.frm

VERSION 5.00 Begin VB.Form frmControl Caption = "车体监测系统" ClientHeight = 3150 ClientLeft = 165 ClientTop = 495 ClientWidth = 4680 LinkTopic
www.eeworm.com/read/152185/5675416

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbrcvtmo ' ' Description: ' This simple project illustrates setting a receive timeout value on a ' blocking socket. What this means is that when
www.eeworm.com/read/152185/5675425

bas startup.bas

Attribute VB_Name = "startup" ' ' Project: vbsotype ' ' Description: ' This project illustrates the use of the SO_TYPE socket ' option. This option returns the socket type of the socket ha