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.
ifi win("text" "class")
Generally, class names should be used everywhere. It reduces possibility to find wrong window, and is faster.
