代码搜索:msgbox
找到约 3,543 项符合「msgbox」的源代码
代码结果 3,543
www.eeworm.com/read/114100/15111160
txt 如何对数据库中的用户和密码进行校验.txt
假 定 你 把 用 户 名 和 密 码 保 存 在 数 据 库 中 的 UserInfo表 中 , 使 用 :
Dim rd As Recordset
Set rd = Data1.Database.OpenRecordSet(" SELECT * FROM UserInfo")
rd.FindFirst "User = '" + sUser + "'"
www.eeworm.com/read/114100/15111359
txt 怎样查找多重条件的记录.txt
Seek方法现在很少使用,因为不太方便,需要建立索引。对于多重条件,应该使用FindFirst方法,如:
strCriteria = "sex = 'male' and (address = '北京' or address = '上海') and name='张三'"
Data1.Recordset.FindFirst strCriteria
If Dat
www.eeworm.com/read/114100/15111741
txt qb中cv?和mk?$两组函数对应的vb函数.txt
如 果 要 模 拟 这 些 函 数 , 可 以 使 用 下 面 的 代 码 :
Declare Sub CopyMemory Lib "KERNEL32" Alias "RtlMoveMemory" ( _
hpvDest As Any, hpvSource As Any, ByVal cbCopy As Long)
Function MKI$ (x As
www.eeworm.com/read/114100/15112206
txt 如何取出excel数据库中sheet的名称来.txt
Workbook对 象 的 Sheets属 性 包 括 所 有 Sheet的 信 息 。 你 可 以 这 样 :
For Each Sheet In ThisWorkbook.Sheets
MsgBox Sheet.Name
Next
www.eeworm.com/read/214070/15114455
frm analysis.frm
VERSION 5.00
Object = "{5A187E03-1FE4-11D3-9C2F-000021DF30C1}#1.0#0"; "EditView.ocx"
Begin VB.Form TAnalysis
Caption = "空间分析"
ClientHeight = 3195
ClientLeft = 165
www.eeworm.com/read/214070/15114567
frm analysis.frm
VERSION 5.00
Begin VB.Form TAnalysis
Caption = "空间分析"
ClientHeight = 3195
ClientLeft = 165
ClientTop = 450
ClientWidth = 4680
Icon
www.eeworm.com/read/213667/15127839
asp changetime.asp
Flag=0
TimeNum=TimeGetF*60
Sub ChangeTime()
TimeNum=TimeNum-1
TimeNumF=TimeNum\60
TimeNum
www.eeworm.com/read/213248/15139781
frm form06.frm
VERSION 5.00
Object = "{9BD6A640-CE75-11D1-AF04-204C4F4F5020}#2.0#0"; "mo20.ocx"
Begin VB.Form Form06
Caption = "墨西哥地图"
ClientHeight = 4665
ClientLeft = 60
Cli