Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to control IE status bar messages
Message
General information
Forum:
Visual FoxPro
Category:
Internet applications
Miscellaneous
Thread ID:
00989009
Message ID:
00989113
Views:
31
oIE = createobject( "internetexplorer.application" )
oIE.Visible = .t.
oIE.StatusText = "how's this for status?"
oIE.StatusText = "" && clear it
oIE.StatusText = "Status... get your status right here..." && set it again
>When my [HTTP] gets or posts requests, the HTTP is echoed in my IE status bar. Is there a way to "hide" or replace the IE status message with more "meaningful" information?
>
>Thanks!
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform