PDA

Click to See Complete Forum and Search --> : to messages on the status bar


jakk_rs
Oct 16th, 2000, 01:58 PM
I want to display the messages on the status bar

Dim
Oct 16th, 2000, 04:33 PM
StatusBar1.SimpleText = "Doing stuff..."


or


StatusBar1.Panels(1).Text = "Doing stuff..."


Gl,
D!m

monte96
Oct 16th, 2000, 06:14 PM
I think he may mean within IE in script.. if so...

see this thread:http://209.207.250.147/showthread.php?threadid=35590