会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
帅胡
2022年8月3日
Python 调用VC++的动态链接库(DLL)
摘要: #ifdef LRDLLTEST_EXPORTS #define LRDLLTEST_API __declspec(dllexport) #else #define LRDLLTEST_API __declspec(dllimport) #endif extern "C" LRDLLTEST_API
阅读全文
posted @ 2022-08-03 15:31 帅胡
阅读(70)
评论(0)
推荐(0)
利用pyhook把滚动编程点击
摘要: # -*- coding: utf-8 -*- import pythoncom import pyHook import time import win32api import win32con def onMouseWheel(event): if event.Wheel == -1: win3
阅读全文
posted @ 2022-08-03 14:39 帅胡
阅读(50)
评论(0)
推荐(0)
PyHook3典型代码
摘要: from ctypes import *import PyHook3 as pyHookimport pythoncom def onKeyboardEvent1(event): print("onKeyboardEvent") pid = c_ulong(0) windowTitle = crea
阅读全文
posted @ 2022-08-03 14:32 帅胡
阅读(88)
评论(0)
推荐(0)
PyHook3函数大全
摘要: '''HookEvent Instance Methods string GetMessageName(self) Returns: Name of the event Class Variables MessageName Instance Variables integer Message Ke
阅读全文
posted @ 2022-08-03 14:19 帅胡
阅读(216)
评论(0)
推荐(0)
导航
博客园
首页
新随笔
联系
订阅
管理
公告