| | |
Status Bar Marquee...Need Help!
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 5: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
- 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: 1362 | Replies: 5
| Thread Tools | Search this Thread |
Tag cloud for VB.NET
.net 2005 2008 access application arithmetic array arrays basic binary bing browser button buttons c# center checkbox client code combobox connection control convert crystal crystalreport dal data database datagrid datagridview date design designer dissertation dissertations editvb.net error excel fade file file-dialog image images input insert internet listview login loops memory mobile ms msaccess navigate-cell net path picturebox picturebox2 port print printing problem reports" save saving security serial server settings sms socket sorting sql statement studio subroutine syntax textbox time timer upload user validation vb vb.net vb2008 vbnet view visual visualbasic visualbasic.net visualstudio2008 vs2008 web webbrowser windows winforms wpf wrapingcode xml






