Internet Explorer Status Bar

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
LonelyStarter

Internet Explorer Status Bar

Post by LonelyStarter » Mon Oct 04, 2004 6:34 am

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

Lumumba

Post by Lumumba » Mon Oct 04, 2004 10:38 am

My advise seems have to be censored :?

Guest

Post by Guest » Mon Oct 04, 2004 2:16 pm

Could you email me your advice?

[email protected]


Please thank you!

Lumumba

Post by Lumumba » Mon Oct 04, 2004 4:27 pm

Done.

LonelyStater

Post by LonelyStater » Mon Oct 04, 2004 8:02 pm

I am sorry I forgot to name my last post.

Thank you so much that will help in a million ways!

I hope MJTNET will at least take into consideration of adding
the things that they decide to block!


Thank you again for your help!

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Mon Oct 04, 2004 8:22 pm

What was blocked? Nothing was deleted. !?
MJT Net Support
[email protected]

Lumumba

Post by Lumumba » Mon Oct 04, 2004 9:28 pm

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 :roll:

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.

User avatar
support
Automation Wizard
Posts: 1450
Joined: Sat Oct 19, 2002 4:38 pm
Location: London
Contact:

Post by support » Mon Oct 04, 2004 9:41 pm

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.
MJT Net Support
[email protected]

Lumumba

Post by Lumumba » Mon Oct 04, 2004 10:24 pm

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]

Post Reply
Sign up to our newsletter for free automation tips, tricks & discounts