西瓜皮

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2012年11月9日

摘要: Private Declare Function ReadProcessMemory Lib "kernel32.dll" (ByVal hProcess As Long, ByRef lpBaseAddress As Any, ByRef lpBuffer As Any, ByVal nSize As Long, ByRef lpNumberOfBytesWritten As Long) As LongPrivate Declare Function WriteProcessMemory Lib "kernel32.dll" (ByVal hProce 阅读全文
posted @ 2012-11-09 14:18 西瓜皮 阅读(1752) 评论(0) 推荐(0)

摘要: Attribute VB_Name = "winio_key"Public Declare Function MapPhysToLin Lib "WinIo.dll" (ByVal PhysAddr As Long, ByVal PhysSize As Long, ByRef PhysMemHandle) As LongPublic Declare Function UnmapPhysicalMemory Lib "WinIo.dll" (ByVal PhysMemHandle, ByVal LinAddr) As BooleanPu 阅读全文
posted @ 2012-11-09 14:12 西瓜皮 阅读(579) 评论(0) 推荐(0)

摘要: 从VB梦工厂淘到的一个vb仿SPY控件(拖动鼠标获取窗口句柄、类名、进程名、标题等参数),以后都不用API操作了!感谢原作者。点击下载 阅读全文
posted @ 2012-11-09 14:05 西瓜皮 阅读(1976) 评论(0) 推荐(0)

摘要: Option Explicit 'The CreatePipe function creates an anonymous pipe, 'and returns handles to the read and write ends of the pipe. Private Declare Funct 阅读全文
posted @ 2012-11-09 13:59 西瓜皮 阅读(1072) 评论(0) 推荐(0)

摘要: '类模块VERSION 1.0 CLASSBEGIN MultiUse = -1 'True Persistable = 0 'NotPersistable DataBindingBehavior = 0 'vbNone DataSourceBehavior = 0 'vbNone MTSTransactionMode = 0 'NotAnMTSObjectENDAttribute VB_Name = "HotKey"Attribute VB_GlobalNameSpace = FalseAttribute VB_Creata 阅读全文
posted @ 2012-11-09 13:55 西瓜皮 阅读(956) 评论(0) 推荐(0)