代码搜索:MsgBox
找到约 3,543 项符合「MsgBox」的源代码
代码结果 3,543
www.eeworm.com/read/119177/14837741
cls cuseless.cls
VERSION 1.0 CLASS
BEGIN
MultiUse = -1 'True
Persistable = 0 'NotPersistable
DataBindingBehavior = 0 'vbNone
DataSourceBehavior = 0 'vbNone
MTSTransactionMode = 0 'NotAnMTSObject
www.eeworm.com/read/220026/14855731
htm 字体颜色渐层变化.htm
背景颜色动态转变
Function Fade(Text,ByVal r_Red,ByVal r_Green,ByVal r_Blue)
www.eeworm.com/read/219929/14859597
bas moddboperate.bas
Attribute VB_Name = "modDbOperate"
'声明全局连接
Public CN As ADODB.Connection
'数据库链接打开
Public Sub dbConn()
On Error GoTo dbErr
Dim strConn As String
strConn = "PROVIDER=Microsoft.Jet.OLEDB.4
www.eeworm.com/read/118610/14861920
dpr emailremind.dpr
program emailRemind;
uses
Forms,
mainForm in 'mainForm.pas' {initForm},
messageBox in 'messageBox.pas' {MsgBox},
config in 'config.pas' {ConfigForm};
{$R *.res}
begin
Applicati
www.eeworm.com/read/118560/14863984
asp chkadmin.asp
MsgBox "链接超时,请重新登录!"
location.href = "login.asp"