| | |
Status Bar Marquee...Need Help!
Please support our VB.NET advertiser: $4.95 a Month - ASP.NET Web Hosting – Click Here!
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]
| Thread Tools | Search this Thread |
"crystal .net .net2005 30minutes 2005 2008 access add application arithmetic array assignment basic box button buttons center check click code combo component connectionstring convert cpu crystalreport data database databasesearch datagrid datagridview design dissertation dissertations dissertationthesis dosconsolevb.net dropdownlist editvb.net exists file-dialog firewall folder ftp hardcopy image images isnumericfuntioncall math mobile module mssqlbackend mysql navigate networking opacity output peertopeervideostreaming picturebox1 port printpreview problemwithinstallation project record regex reports" reuse right-to-left savedialog serial socket sqldatbase storedprocedure string tcp temp text textbox timer toolbox trim txttoxmlconverter updown useraccounts usercontol usercontrol vb vb.net vb.netcode vb.nettoolboxvisualbasic2008sidebar vb2008 vbnet view vista visual visualbasic visualbasic.net visualstudio web wpf xml






