![]() |
| ||
| 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. |
| ||
| 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? |
| ||
| 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 11:35 pm. |
Forum system based on vBulletin Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
©2003 - 2009 DaniWeb® LLC