如何檢查,處理程序是否存在?

Post a reply


In an effort to prevent automatic submissions, we require that you complete the following challenge.
Smilies
:D :) ;) :( :o :shock: :? 8-) :lol: :x :P :oops: :cry: :evil: :twisted: :roll: :!: :?: :idea: :| :mrgreen: :geek: :ugeek: :arrow: :angel: :clap: :crazy: :eh: :lolno: :problem: :shh: :shifty: :sick: :silent: :think: :thumbup: :thumbdown: :salute: :wave: :wtf: :yawn: :facepalm: :bravo: :dance: :beard: :morebeard: :xmas: :HeHe: :trollface: :cookie: :rainbow: :monkeysee: :monkeysay: :happybday: :headwall: :offtopic: :superhappy: :terms: :beer:
View more smilies

BBCode is ON
[img] is OFF
[flash] is OFF
[url] is ON
Smilies are ON

Topic review
   

Expand view Topic review: 如何檢查,處理程序是否存在?

Re: 如何檢查,處理程序是否存在?

Post by WKen » 27 Feb 2023, 13:57

v2.0.2

Code: Select all

msgbox WinGetCount("ahk_exe game.bin")

如何檢查,處理程序是否存在?

Post by terry886 » 25 Jan 2023, 21:59

大家好!
目前玩遊戲會開3個遊戲視窗,每個遊戲視窗 的處理程序都是 game.bin ,也就是開3個遊戲視窗 就會有3個 game.bin
我想要寫個程式,來偵測game.bin的數量.
請問開如何撰寫呢?
請幫幫忙,謝謝.

Top