Status Bar Marquee...Need Help!
Please support our VB.NET advertiser: DiscountASP.NET – 3 Months Free on VB.NET Web Hosting
Thread Solved
![]() |
means its scroll in status bar or in other place?
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
try this following code (needed timer and statusbar with 2 panels), text to scrolling is from StatusBar panel 2 text :
i post the screenshot too.
vb.net Syntax (Toggle Plain Text)
Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Dim text As String text = StatusBar1.Panels.Item(0).Text StatusBar1.Panels.Item(0).Text = text.Substring(1) & text.Substring(0, 1) End Sub
Last edited by Jx_Man : May 27th, 2008 at 4:16 am.
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
You're welcome...
Don't forget to mark this thread solved
Don't forget to mark this thread solved
Never tried = Never Know
So, Please do something before post your thread.
* PM Asking will be ignored *
So, Please do something before post your thread.
* PM Asking will be ignored *
![]() |
Similar Threads
Other Threads in the VB.NET Forum
- Please check my code below (Java)
- Marquee or Scrolling Text message in Statusbar using VB6 (Visual Basic 4 / 5 / 6)
- marquee in vb6 (Visual Basic 4 / 5 / 6)
Other Threads in the VB.NET Forum
- Previous Thread: Trying to consume Coldfusion Web Service using VB.NET
- Next Thread: [B] Need help editing sequential file[B]
•
•
•
•
Views: 925 | Replies: 5 | Currently Viewing: 1 (0 members and 1 guests)






Linear Mode