DaniWeb IT Discussion Community

DaniWeb IT Discussion Community (http://www.daniweb.com/forums/index.php)
-   Visual Basic 4 / 5 / 6 (http://www.daniweb.com/forums/forum4.html)
-   -   Marquee or Scrolling Text message in Statusbar using VB6 (http://www.daniweb.com/forums/thread94779.html)

locsin Oct 30th, 2007 5:53 am
Marquee or Scrolling Text message in Statusbar using VB6
 
Greetings!


Anybody know how to insert marquee or scrolling text message in statusbar panels using Visual Basic 6. I want to put scrolling message in my status bar anybody could help me plz.

Thank you in advance.

ryan_vietnow Oct 30th, 2007 8:38 pm
Re: Marquee or Scrolling Text message in Statusbar using VB6
 
use a timer to move your text.

put this inside your timer event.

label1.left=label1.left + 1

if label1.left = (*to where you want the marquee to be e.g. 500) then

label1.left=(*label1.left before you start for example 5)

end if

just set your timer1.enabled=1,ok?

debasisdas Oct 31st, 2007 3:29 am
Re: Marquee or Scrolling Text message in Statusbar using VB6
 
Marquee is used in webpages . to et the same effect create a gif image with the Marquee text and add thet to the status bar in a particular pannel.


All times are GMT -4. The time now is 6:09 pm.

Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC