代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/322524/3524034
s01 debug.s01
NAME debug(17)
RSEG CODE(0)
RSEG UDATA0(0)
RSEG IDATA0(0)
RSEG CDATA0(0)
PUBLIC CloseTestTimer
PUBLIC DisplayCNT
PUBLIC Dsc2Test
EXTERN GetSysMsg
EXTERN MsgBox
PUBLIC PASS_KEY
P
www.eeworm.com/read/435789/1859406
s01 debug.s01
NAME debug(17)
RSEG CODE(0)
RSEG UDATA0(0)
RSEG IDATA0(0)
RSEG CDATA0(0)
PUBLIC CloseTestTimer
PUBLIC DisplayCNT
PUBLIC Dsc2Test
EXTERN GetSysMsg
EXTERN MsgBox
PUBLIC PASS_KEY
P
www.eeworm.com/read/368300/2823506
bas module~1.bas
Attribute VB_Name = "ModuleExistFile"
Option Explicit
'专门判断文件的存在的函数,比Dir$可靠多了。
'用法:例如判断"c;\temp\test.exe"的存在:
' if exists("c;:\temp\test.exe") then ...
' else msgbox "File not found"
'
Const OF
www.eeworm.com/read/284048/8969020
bas module1.bas
Attribute VB_Name = "Module1"
Function startjiao() As Single
Dim s As Single
s = 0
s1 = 0
s2 = 0
hDevice = USB2010_CreateDevice(0)
If hDevice = INVALID_HANDLE_VALUE Then
MsgBox "创建设备对象失败"
www.eeworm.com/read/182843/9188392
lua export gba 16x16 table.lua
-- GBA 16x16 table
function main ()
if mappy.msgBox ("GBA 16x16 table", "This will export the BG table and flip info of an 8x8 map made by 'Convert 16x16 blocks to 8x8' (as detailed in GBAMappy)\
www.eeworm.com/read/396119/8125302
bas mdlpublic.bas
Attribute VB_Name = "mdlPublic"
Option Explicit
Public g_Conn As Connection '用于全局的数据连接
'ActiveX DLL的启动程序,DLL初始化时执行
Public Sub Main()
If ConnectToDatabase = False Then MsgBox "连接数据库出错!", v
www.eeworm.com/read/326796/13115660
lua export gba 16x16 table.lua
-- GBA 16x16 table
function main ()
if mappy.msgBox ("GBA 16x16 table", "This will export the BG table and flip info of an 8x8 map made by 'Convert 16x16 blocks to 8x8' (as detailed in GBAMappy)\
www.eeworm.com/read/323871/13312421
lua export gba 16x16 table.lua
-- GBA 16x16 table
function main ()
if mappy.msgBox ("GBA 16x16 table", "This will export the BG table and flip info of an 8x8 map made by 'Convert 16x16 blocks to 8x8' (as detailed in GBAMappy)\