Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Check if program is running
#2
Tray icon cannot be without a window. It is invisible. To discover invisible windows: QM floating toolbar -> More Tools -> Explore windows. Then use win function; need to specify class name too, else finds only visible windows.

or
if 0!=ProcessNameToId("notepad")


Messages In This Thread
Check if program is running - by arig - 01-01-2019, 11:01 AM
RE: Check if program is running - by Gintaras - 01-01-2019, 11:14 AM
RE: Check if program is running - by arig - 01-01-2019, 07:58 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)