代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/174505/9585226
iss codeautomation.iss
; -- CodeAutomation.iss --
;
; This script shows how to use the COM Automation object support.
[Setup]
AppName=My Program
AppVerName=My Program version 1.5
CreateAppDir=no
DisableProgramGroup
www.eeworm.com/read/370351/9605085
frm frmlog.frm
VERSION 5.00
Begin VB.Form FrmLog
BorderStyle = 0 'None
Caption = "Form1"
ClientHeight = 3000
ClientLeft = 0
ClientTop = 0
ClientWidth
www.eeworm.com/read/336030/12481101
bas basmessages.bas
Attribute VB_Name = "basMessages"
' *****************************************************************************
' Module: basMessages.bas
'
' Purpose: This module contains routines de
www.eeworm.com/read/249253/12514598
txt readme.txt
Delphi VclSkin 2.45
VCLSkin is an VCL library that extend Delphi application with skinnable user interface . Unlike other skin component that you must modify source code to build sk
www.eeworm.com/read/333989/12649109
txt patcher.txt
Patcher.dll is standard patcher - ApiHookChain is empty. Patcher changes format
of displayed number from hexadecimal to decimal.
Patcher1.dll is (not so good example of) intelligent patcher. It ch
www.eeworm.com/read/238125/13905061
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