标题:根据窗口句柄得到进程ID
只看楼主
easyppt
Rank: 3Rank: 3
等 级:论坛游侠
威 望:1
帖 子:119
专家分:169
注 册:2021-11-24
结帖率:100%
 问题点数:0 回复次数:0 
根据窗口句柄得到进程ID
问题解决,内容修正:

cCaption='F:\vfprunK.exe'
Declare Integer FindWindow In win32api String cClass,String cCaption
Declare Long GetWindowThreadProcessId In WIN32API Long,Long @lpdwProcessId
handle = FindWindow(0,cCaption)

dhProcess = 0
GetWindowThreadProcessId(handle,@dhProcess)



[此贴子已经被作者于2022-5-21 10:44编辑过]

搜索更多相关主题的帖子: String 进程 窗口句柄 FindWindow Long 
2022-05-21 10:24



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-509140-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.218741 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved