代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/127068/14380434
frm backup.frm
VERSION 5.00
Object = "{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}#2.0#0"; "MSCOMCTL.OCX"
Begin VB.Form Backup
BorderStyle = 1 'Fixed Single
Caption = "选择磁盘供备份"
ClientHeight
www.eeworm.com/read/228452/14384131
txt test.txt
sub main()
For i = 0 To Screen.FontCount
Combo1.AddItem Screen.Fonts(i)
Next
combo1.listindex=0
call a
end sub
sub a
msgbox "完成",,"提示..."
end sub
www.eeworm.com/read/126945/14393488
asm dlldemo.asm
;*********************
;文件:DllDemo.asm *
;功能:演示DLL的编写 *
;*********************
.386P
.Model Flat ,StdCall
include win32.inc
extrn MessageBoxA:PROC
public MsgBox
.Data
Caption db '动态
www.eeworm.com/read/126945/14393492
asm test.asm
;**************************
;文件:Test.asm *
;功能:测试动态链接库 *
;**************************
.386P
Locals
.Model Flat ,StdCall
include win32.inc
extrn ExitProcess:PROC
extrn MessageBox
www.eeworm.com/read/228148/14399649
frm form_resetstock.frm
VERSION 5.00
Begin VB.Form form_resetStock
BackColor = &H80000000&
ClientHeight = 2340
ClientLeft = 60
ClientTop = 345
ClientWidth = 3465
Ic
www.eeworm.com/read/227790/14412916
frm deletedrop.frm
VERSION 5.00
Object = "{0D452EE1-E08F-101A-852E-02608C4D0BB4}#2.0#0"; "FM20.DLL"
Begin VB.Form deletedrop
BackColor = &H00D8C7BC&
BorderStyle = 1 'Fixed Single
Caption
www.eeworm.com/read/126472/14422331
txt srdemo.txt
'***********************************
' VB Script Demo for Script Runner *
'***********************************
Const TITLE = "Script Runner Demo"
Sub Main()
Dim MyDate
Select Case Msgbox("
www.eeworm.com/read/226952/14445683
cpp umquery.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include "UMQuery.h"
#include "UDM.h"
#include "UMsgBox.h"
//------------------
www.eeworm.com/read/226952/14445692
cpp umain.cpp
//---------------------------------------------------------------------------
#include
#pragma hdrstop
#include
#include "UMain.h"
//启动画面的头文件
#include "ULoading.h"
//