代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/250387/12410516
txt readme.txt
Delphi VclSkin Demo
This demo include follow feature in Vclskin2.1
* TSkinStore store multi-skins in application.
* Skin form use different skins,such as MsgBox and Form2 .
*
www.eeworm.com/read/250387/12410709
txt readme.txt
Delphi VclSkin Demo
This demo include follow feature in Vclskin2.1
* TSkinStore store multi-skins in application.
* Skin form use different skins,such as MsgBox and Form2 .
*
www.eeworm.com/read/148652/12446378
txt readme.txt
Delphi VclSkin Demo
This demo include follow feature in Vclskin2.1
* TSkinStore store multi-skins in application.
* Skin form use different skins,such as MsgBox and Form2 .
*
www.eeworm.com/read/129440/14242826
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/127056/14383471
vbs task_e.vbs
sub btnUpdate_OnClick()
if len(formTask.content.value) > 3000 then
msgbox "对不起,任务内容不能超过3000字!" & vbLF & "(目前有" & len(formTask.content.value) & "字)"
formTask.content.focus()
exit sub
end i
www.eeworm.com/read/126945/14393111
asm hookint.asm
;*********************
;文件:HookInt.asm *
;功能:对中断09H挂钩 *
;*********************
.386p
include C:\98DDK\inc\win98\vmm.inc
include C:\98DDK\inc\win98\shell.inc
include C:\98DDK\i
www.eeworm.com/read/126945/14393120
asm iotrap.asm
;***************************
;文件:IOTrap.asm *
;功能:演示设置和处理IO陷阱*
;***************************
.386p
include C:\98DDK\inc\win98\vmm.inc
include C:\98DDK\inc\win98\shell.inc
www.eeworm.com/read/226732/14453601
cpp netvoice.cpp
//-----------------------------------------------------------------------------
// File: NetVoice.cpp
//
// Desc: DirectPlay Voice framework class. Feel free to use
// this class as a start
www.eeworm.com/read/224441/14591542
bas module1.bas
Attribute VB_Name = "Module1"
Public Function area(x!, y!, z!) As Single
Dim c!, d!
c = 1 / 2 * (x + y + z)
d = c * (c - x) * (c - y) * (c - z)
If d < 0 Then
MsgBox ("负数不能开平方")
www.eeworm.com/read/119603/14825757
txt readme.txt
Delphi VclSkin Demo
This demo include follow feature in Vclskin2.1
* TSkinStore store multi-skins in application.
* Skin form use different skins,such as MsgBox and Form2 .
*