Internet Explorer Status Bar
Moderators: Dorian (MJT support), JRL
Internet Explorer Status Bar
Can I, or, Is there a way to read the status bar of Internet Explorer?
My problem is while loading the page More information is down there and I can not read it all.
I have tried to resize the window.
Thank you
My problem is while loading the page More information is down there and I can not read it all.
I have tried to resize the window.
Thank you
It's possible that by mistake I've not submitted my above mentioned post (before I closed the session), and once I came back to the forum have become irritated and assumed that it has been censored
As I don't doubt your statement, I'll appologize here & now. Sorry.
My hint pointed out two commands which are used with another scripting tool (well, I haven't named it !).
StatusBarGetText, OutputVar [, Part#, WinTitle, WinText, ExcludeTitle, ExcludeText]
StatusBarWait [, BarText, Seconds, Part#, WinTitle, WinText, Interval, ExcludeTitle, ExcludeText]
If you, or someone else knows how to solve the requested issue using Macro Scheduler (with VBS?) don't hesitate to help LonelyStater.
Thx.
As I don't doubt your statement, I'll appologize here & now. Sorry.
My hint pointed out two commands which are used with another scripting tool (well, I haven't named it !).
StatusBarGetText, OutputVar [, Part#, WinTitle, WinText, ExcludeTitle, ExcludeText]
StatusBarWait [, BarText, Seconds, Part#, WinTitle, WinText, Interval, ExcludeTitle, ExcludeText]
If you, or someone else knows how to solve the requested issue using Macro Scheduler (with VBS?) don't hesitate to help LonelyStater.
Thx.
I believe these are AutoIt commands: http://www.autoitscript.com/
BTW you should be able to integrate AutoIt with Macro Scheduler via the ActiveX interface and VBScript.
BTW you should be able to integrate AutoIt with Macro Scheduler via the ActiveX interface and VBScript.
MJT Net Support
[email protected]
[email protected]
That's partially true. It's AutoHotkey. An AutoIt2/3 derivat (therefore those commands are named exactly the same for both, but their syntax is different).
AutoIt3:
StatusbarGetText ( "title" [, "text" [, part]] )
AutoHotkey:
StatusBarGetText, OutputVar [, Part#, WinTitle, WinText, ExcludeTitle, ExcludeText]
AutoIt3:
StatusbarGetText ( "title" [, "text" [, part]] )
AutoHotkey:
StatusBarGetText, OutputVar [, Part#, WinTitle, WinText, ExcludeTitle, ExcludeText]