Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get informations from msctls_statusbar
#1
Solved: 10 Years, 9 Months ago
Hello @all,

can any one please tell me how to get the status of the IE (QTP 9.5 with IE7)?
If i use object spy i get the objectname msctls_statusbar, but i don't know how to get informations from msctls_statusbar (e.g. if Status is Ready).

Thanks in advance
Reply
#2
Solved: 10 Years, 9 Months ago
Code:
sText = obj.WinStatusBar("nativeclass:=msctls_statusbar32").GetROProperty ("text")
Reply
#3
Solved: 10 Years, 9 Months ago
Oh, very easy.

Thank you!
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)