代码搜索:msgbox

找到约 3,543 项符合「msgbox」的源代码

代码结果 3,543
www.eeworm.com/read/332691/12743680

bas pbspeed.bas

'********************************************************************* ' 'Purpose: Demo code showing performance of Cheetah's xdbSpeedAppend. ' 'Paul Squires (2000-2003) ' '*********************
www.eeworm.com/read/244832/12841951

frm form2.frm

VERSION 5.00 Object = "{67397AA1-7FB1-11D0-B148-00A0C922E820}#6.0#0"; "MSADODC.OCX" Begin VB.Form frmAddGrade BackColor = &H00C0C0C0& Caption = "Form2" ClientHeight
www.eeworm.com/read/244469/12862160

txt vbscript.txt

看完下面的再说: 跟我学编程系列 原黑白新区记忆碎片的帖子!转贴上来,供大家学习!!! 发现大部分黑白的朋友都不会编程, 这可不是件好事, 所以这次我就写了一个简单的编程教程, 讲一下VBScript. 主要面向菜鸟, 懂得编程的朋友就不要浪费时间了, 如果你想接触以下VBScript也可以, 但既然有编程基础推荐直接去找一些参考书来读, 会比较快. 什么是VBScript呢? V ...
www.eeworm.com/read/141619/12994206

frm frmland.frm

VERSION 5.00 Begin VB.Form frmLand BackColor = &H80000012& Caption = "登陆" ClientHeight = 4620 ClientLeft = 60 ClientTop = 450 ClientWidt
www.eeworm.com/read/141619/12994218

bas 备份.bas

Attribute VB_Name = "备份" ' ' If getDB Then '如果 weboy 数据库存在,则... ' If getUsersTable And getConsumersTable Then '如果 users 表及 consumer 表存在,则... '
www.eeworm.com/read/141570/12998553

txt 146.txt

直接通过 ODBC API 访问 SQL 数据库 ********************************* ODBC - Open DataBase Connectivity ********************************* Basic Steps Connecting to the SQL Server DataBase for retr
www.eeworm.com/read/242302/13077511

txt 报错violation of primary key constraint 表主键列如何设置错误陷阱来容错.txt

由于您在表中设置了主键,在表中不能存在相同的主键值。所以插入一个已存有的列值时,当然会出现错误提示。解决此问题有很多种方法,比如: 1.在插入之前可以先判断,是否存在此列值,如果存在就提示。 2.使用On error goto ErrNumber ...... exit sub errNumber: if err.n
www.eeworm.com/read/242302/13080824

txt 如何利用vb实现操作系统或者某一应用程序的自动关闭.txt

退出操作系统可以调用Windows API的ExitWindowsEx函数。 例子: 1、建立一个窗体,在上面放置4个按钮,按钮设置如下: 控件 控件名 Caption属性 --------------------------------------------------- CommandButton cmdLogoff 注销
www.eeworm.com/read/242302/13080931

txt 被拨入方如何应答和判断modem是否连通.txt

1、 被 拨 入 方 还 需 要 设 置 一 个 AT命 令 , 才 能 响 应 呼 入 : “ ATS0=1” 。 其 中 , S0(是 数 字 零 ) 表 示 振 铃 几 次 后 应 答 , 相 当 于 拿 起 话 筒 , 接 通 连 接 ; s0=1表 示 一 有 呼 入 就 响 应 。 AT命 令 请 自 行 参 考 MODEM手 册 。 2、 判 断 MODEM是 否 已 连
www.eeworm.com/read/240723/13201863

frm form5.frm

VERSION 5.00 Object = "{86CF1D34-0C5F-11D2-A9FC-0000F8754DA1}#2.0#0"; "mscomct2.ocx" Begin VB.Form form5 BackColor = &H80000008& BorderStyle = 0 'None Caption =