Marquee or Scrolling Text message in Statusbar using VB6
Please support our Visual Basic 4 / 5 / 6 advertiser: Programming Forums
![]() |
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?
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?
![]() |
Similar Threads
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Send a text message to your phone from your site! (ColdFusion)
- Body Text lost when sending hotmail (Web Browsers)
- Replies to Outlook message are missing the text (Windows Software)
- VB6 Winsock Trouble (Visual Basic 4 / 5 / 6)
Other Threads in the Visual Basic 4 / 5 / 6 Forum
- Previous Thread: msgbox that includes "yes to all" and "no to all"
- Next Thread: I'm an apprentice.Please
•
•
•
•
Views: 5489 | Replies: 2 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode