Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Application Exists
#1
Is thee a quick way of determing if an application, as opposed to a window, exists?
#2
If has windows

if(win("" "" "appname"))) out "exists"

else

if(ProcessNameToId("appname" 0)) out "exists"
#3
Thank you again, Gintaras. Yes, my interest was prompted by the fact that, sometimes in wanting to act upon a window of an application, that application exists in the system tray and either determining its existence or activating its window does not work -- at least not by any means of which I am presently aware. I'm hoping that your suggetion might prove more workable.


Forum Jump:


Users browsing this thread: 1 Guest(s)