10-22-2004, 08:20 PM
Is there a function to tell if a hidden program is running? I can't seem to use ifi- cuz the window is hidden.
Thanks.
Thanks.
System process running?
|
10-22-2004, 08:20 PM
Is there a function to tell if a hidden program is running? I can't seem to use ifi- cuz the window is hidden.
Thanks.
10-23-2004, 07:29 AM
If window is hidden, use class name, eg
ifi win("text" "class") Generally, class names should be used everywhere. It reduces possibility to find wrong window, and is faster.
10-26-2004, 12:47 PM
perfect!
thanks.... |
« Next Oldest | Next Newest »
|