Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Title Bar
#2
The following code gets Internet Explorer title bar text.

str s ;;variable for text
int hwnd=win("" "IEFrame") ;;find window with class name IEFrame
s.getwintext(hwnd) ;;get its title bar text
out s ;;display it

if(s.beg("Google - ")) ;;if begins with "Google - " ...
,...
,...
else if(s.beg ....
,...
,...
...


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)