GeekArticles
Microsoft
Visual BasicScrolling/Bouncing Text
Author: developerfusion.com |
Published: 10th Aug 2005 |
Visited: 432 times |
Add CommentFiled in: Visual Basicby Alexander Anikin on Visual Basic Download Now Read Comments Rate this resource Viewed 4474 times Rating: 21 users 4.44 out of 5 Next > This source is designed to create a bouncing label caption appearing as many similar internet graphics does, moving from side to side over your form. Place the following code in a form called Form1 and add a timer control named Timer1 and a label called Label1. Private Function Marquee(ByVal MyText As String, ByVal Num As Integer) As String Dim Tx As...n
Read Article Sponsored Links
Related Articles
• Rich Text Editors for Ajax Rich text editors are important tools for developing websites of different languages including Ajax. Through rich text editors developers would be able to reconfigure websites easily. These applications usually come small but with a lot of features that will ensure that the website could fully funct ...
• Requirements of Japanese Text Layout I've just caught up with this document from W3C which fills in a big gap in English-language technical material. Japanese typesetting technology has been very influential in the other Ideographic countries, and they share many commonalities (e.g. Japanese ruby tex ...