VB 2008 Tutorial - How to make Blinking Text Effect

Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
3 posts Page 1 of 1
Contributors
User avatar
tvs praveen
Top Poster
Top Poster
Posts: 205
Joined: Tue Dec 08, 2009 6:20 am

Insert 1 TextBox, 1 Label and 2 Timer

Change Timer1 Enabled into True, And change Interval into 200

Change Timer2 Enabled into True

Insert this code under Public Class Form1
Code: Select all
Dim TXT As String 
Double click and insert this code into Timer1
Code: Select all
Label1.Text = TXT
Label1.Visible = Not (Label1.Visible)
Insert this code into Timer2
Code: Select all
Label1.text = TextBox1.Text
Now debug and type anything on TextBox it will appear on Text with Blinking Effect ! ! !


Happy New Year 2010 wahooo; wahooo; cooll;

(This post is posted 2 days before 2010 new year)


*******************Thanks for reading my tutorial, I think this Tutorial will be most helpful to you!*******************

If you want any custom tutorial for you or you need any help in VS.NET, VB.NET, Software Coding, Designing and much more any help in Computer stuffs just ask me

Mostly i will help everyone in coding and design stuffs in on Computer

- Best regards hehaho;

- Tvs Praveen wahooo;

- Thanks CodeNStuff! for this amazing Website cooll;
User avatar
Usman55
VIP - Site Partner
VIP - Site Partner
Posts: 2821
Joined: Thu Dec 24, 2009 7:52 pm

Nice but you should make the code more better and easier...
Anyways... it does the work, can you add and option that you can save the blinking effects as Bitmap? That would be great!
Thanks!
Image
User avatar
tvs praveen
Top Poster
Top Poster
Posts: 205
Joined: Tue Dec 08, 2009 6:20 am

Usman55 wrote:
Nice but you should make the code more better and easier...
Anyways... it does the work, can you add and option that you can save the blinking effects as Bitmap? That would be great!
Thanks!
Yes, I will try to make it ;)
3 posts Page 1 of 1
Return to “Tutorials”