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
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
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;
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
Double click and insert this code into Timer1Dim TXT As String
Code: Select all
Insert this code into Timer2Label1.Text = TXT
Label1.Visible = Not (Label1.Visible)
Code: Select all
Now debug and type anything on TextBox it will appear on Text with Blinking Effect ! ! !Label1.text = TextBox1.Text
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;
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!
Anyways... it does the work, can you add and option that you can save the blinking effects as Bitmap? That would be great!
Thanks!
Usman55 wrote:Nice but you should make the code more better and easier...Yes, I will try to make it ;)
Anyways... it does the work, can you add and option that you can save the blinking effects as Bitmap? That would be great!
Thanks!
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023