2019年5月3日

VB获取对象成员

摘要: VB获取对象成员,包括常量、方法、属性等。 使用的 TypeLib Information库,一般系统中都有,如果找不到可以百度一下"tlbinf32.dll",下载下来注册就行了。 一个简单的Demo Option Explicit Private objCurrent As Object Pri 阅读全文

posted @ 2019-05-03 18:51 带刀侍卫++i 阅读(731) 评论(0) 推荐(0)

VB一键扫雷

摘要: XP游戏,扫描内存,然后模拟鼠标点击 Private Sub Command1_Click() Dim lhwnd As Long Dim lpid As Long Dim lRet As Long Dim lhProcess As Long Dim bData(1024) As Byte Dim 阅读全文

posted @ 2019-05-03 18:50 带刀侍卫++i 阅读(528) 评论(0) 推荐(0)

VBS代码

摘要: 刷新网页的vbs Dim objIESet objIE = CreateObject("InternetExplorer.Application") objIE.navigate("http://www.baidu.com/")objIE.visible=1 DoLoop Until objIE.R 阅读全文

posted @ 2019-05-03 18:48 带刀侍卫++i 阅读(1207) 评论(0) 推荐(0)

导航