| | |
Status Bar Marquee...Need Help!
Please support our VB.NET advertiser: Intel Parallel Studio Home
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 |
.net 30minutes 2005 2008 access account arithmetic array basic bing button buttons c# center check code combobox component connectionstring convert crystalreport data database databasesearch datagrid datagridview date design dissertation dissertations dropdownlist excel fade file-dialog folder ftp generatetags google gridview hardcopy images inline input insert intel internet listview mobile monitor ms net networking objects output passingparameters peertopeervideostreaming picturebox picturebox1 plugin port print problem problemwithinstallation project remove save searchbox searchvb.net select serial server shutdown soap survey table tcp temperature text textbox timer toolbox trim update updown user vb vb.net vb.netcode vb.netformclosing()eventpictureboxmessagebox vb2008 vbnet view visual visualbasic visualbasic.net visualstudio visualstudio2008 web winforms wpf






