代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/104486/15691045
bas vb1.bas
Attribute VB_Name = "Module1"
Option Explicit
Dim a
Sub main()
a = MsgBox("现在正在运行VB程序!!")
If a = 1 Then
Unload Me
End If
End Sub
www.eeworm.com/read/104456/15691887
bas mainmodule.bas
Attribute VB_Name = "MainModule"
Sub Main()
Dim cpxZ As Complex
Dim dblM As Double
Dim i As Integer, n As Integer
Dim sComplex As String, sMsg As String
Dim cpxZR() As Comple
www.eeworm.com/read/101511/15828015
frm form1.frm
VERSION 5.00
Object = "{F9043C88-F6F2-101A-A3C9-08002B2F49FB}#1.2#0"; "COMDLG32.OCX"
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 1680
ClientLeft = 60
www.eeworm.com/read/101096/15852572
cpp socket lib.cpp
//
// winSocket testbed application
// Ryan Lederman - ryan@winprog.org / http://ryan.ript.net/
// 01/21/2002 - 12:15 AM
// Notes: Make sure to link with wsock32.lib and libcmt.lib (for multithr
www.eeworm.com/read/428040/8901006
frm form1.frm
VERSION 5.00
Begin VB.Form Form1
Caption = "Form1"
ClientHeight = 3195
ClientLeft = 60
ClientTop = 345
ClientWidth = 4680
LinkTopic
www.eeworm.com/read/283717/8994062
vbp timedmsg.vbp
Type=Exe
Form=TimedMsg.frm
Reference=*\G{00020430-0000-0000-C000-000000000046}#2.0#0#C:\WINNT\System32\STDOLE2.TLB#OLE Automation
IconForm="Form1"
Startup="Form1"
HelpFile=""
Title="TimedMsg"
E
www.eeworm.com/read/184715/9084240
bas main.bas
Attribute VB_Name = "Module1"
Option Explicit
Sub main()
If App.PrevInstance Then
MsgBox "WFK-03检验记录表已经运行,不能再次装载!", vbExclamation, "错误"
End
End If
Form1.Show
End Su
www.eeworm.com/read/282229/9113563
frm 房态图.frm
VERSION 5.00
Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX"
Object = "{6B7E6392-850A-101B-AFC0-4210102A8DA7}#1.3#0"; "COMCTL32.OCX"
Object = "{CDE57A40-8B86-11D0-B3C6-00A0C9
www.eeworm.com/read/182843/9188396
lua set palette index.lua
-- Set palette index
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
local h = mappy.getValue(mappy.MAPHEIGHT)
if (w == 0) then
mappy.msgBox ("Set palette index", "You need to
www.eeworm.com/read/182843/9188406
lua brush test.lua
-- Brush Test.lua
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
if (w == 0) then
mappy.msgBox ("Brush Test", "You need to load or create a map first", mappy.MMB_OK, mappy.MMB_I