代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/323871/13312446
lua find block in map.lua
-- Find block in map
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
local h = mappy.getValue(mappy.MAPHEIGHT)
if (w == 0) then
mappy.msgBox ("Find block in map", "You need to
www.eeworm.com/read/323871/13312463
lua layer count.lua
-- Layer Count
lnum = 0
function main ()
local w = mappy.getValue(mappy.MAPWIDTH)
local h = mappy.getValue(mappy.MAPHEIGHT)
if (w == 0) then
mappy.msgBox ("Layer Count", "You need to
www.eeworm.com/read/152185/5675401
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbbcaddr
'
' Description:
' This is a simple app that obtains the broadcast address
' for the given socket protocol and type.
'
Option Explic
www.eeworm.com/read/152185/5675406
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbtos
'
' Description:
' This is a simple app that creates a datagram socket and sets the
' IP_TOS option. Note that you cannot directly verify t
www.eeworm.com/read/152185/5675409
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbaddrq
'
' Description:
' This simple app uses the SIO_ADDRESS_LIST_QUERY ioctl to obtain
' the local IP interfaces.
'
Option Explicit
'
www.eeworm.com/read/152185/5675413
bas startup.bas
Attribute VB_Name = "startup"
'
' Projects: vbmaxmsg
'
' Description:
' This simple project illustrates the SO_MAX_MSG_SIZE socket option.
' This option returns the maximum byte size of a
www.eeworm.com/read/152185/5675427
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbifqry
'
' Description:
' This project illustrates the use of the SIO_ROUTING_INTERFACE_QUERY
' ioctl. This ioctl will determine which local int
www.eeworm.com/read/148263/5716441
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 La
www.eeworm.com/read/143581/5757261
bas main.bas
Attribute VB_Name = "Module1"
Sub Main()
MsgBox "请注册后使用", vbOKOnly, "Error"
End Sub
www.eeworm.com/read/104964/6200429
bas startup.bas
Attribute VB_Name = "startup"
'
' Project: vbbcaddr
'
' Description:
' This is a simple app that obtains the broadcast address
' for the given socket protocol and type.
'
Option Explic