Text Glow Effect in VB 2010 ;)

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.
20 posts Page 1 of 2
Contributors
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Text Glow Effect in VB 2010 ;)
3aaBrSbeel
This is my first time posting here and I hope you'll like it. Here I'll show you How to Make your Text Glow or Text Glow Effect in Visual Basic 2010. This doesn't work in 2008. I don't know why. Try it in 2008 because here it doesn't.

Please Rate if you like it ;)

Requirements:
1 Timer (Enabled - True) (Interval - 70)
Form1 (BackColor - Black)
Code: Select all
Timer1:::
        If TextBox1.ForeColor = Color.[ColorUWant] Then
            TextBox1.ForeColor = Color.[ColorUWant]
        Else
            If TextBox1.ForeColor = Color.[ColorFromTheSecondLine] Then
                TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
            End If
        End If
    End Sub



Form:::
        TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
    End Sub
Happy Coding! ;)
You do not have the required permissions to view the files attached to this post.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: Text Glow Effect in VB 2010 ;)
Filip
Hello 3aaBrSbeel!

Welcome to the site!!
Nice first tutorial! rep+ and 5star
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
Shim
VIP - Donator
VIP - Donator
Posts: 882
Joined: Wed Dec 14, 2011 5:02 am

Re: Text Glow Effect in VB 2010 ;)
Shim
3aaBrSbeel wrote:
This is my first time posting here and I hope you'll like it. Here I'll show you How to Make your Text Glow or Text Glow Effect in Visual Basic 2010. This doesn't work in 2008. I don't know why. Try it in 2008 because here it doesn't.

Please Rate if you like it ;)

Requirements:
1 Timer (Enabled - True) (Interval - 70)
Form1 (BackColor - Black)
Code: Select all
Timer1:::
        If TextBox1.ForeColor = Color.[ColorUWant] Then
            TextBox1.ForeColor = Color.[ColorUWant]
        Else
            If TextBox1.ForeColor = Color.[ColorFromTheSecondLine] Then
                TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
            End If
        End If
    End Sub



Form:::
        TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
    End Sub
Happy Coding! ;)
welcome to the worlds best coding community and please be try to active here and your tutorial is just cool thanks for posting
Find my programs on Softpedia
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

visioncr0 wrote:
Hello 3aaBrSbeel!

Welcome to the site!!
Nice first tutorial! rep+ and 5star
Thank you! Please watch my Tutorial's on my YouTube channel @ www.youtube.com/user/xzni
I'm new to the visual basic myself.
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

mshimranpro wrote:
3aaBrSbeel wrote:
This is my first time posting here and I hope you'll like it. Here I'll show you How to Make your Text Glow or Text Glow Effect in Visual Basic 2010. This doesn't work in 2008. I don't know why. Try it in 2008 because here it doesn't.

Please Rate if you like it ;)

Requirements:
1 Timer (Enabled - True) (Interval - 70)
Form1 (BackColor - Black)
Code: Select all
Timer1:::
        If TextBox1.ForeColor = Color.[ColorUWant] Then
            TextBox1.ForeColor = Color.[ColorUWant]
        Else
            If TextBox1.ForeColor = Color.[ColorFromTheSecondLine] Then
                TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
            End If
        End If
    End Sub



Form:::
        TextBox1.ForeColor = Color.[ColorFromTheFirstLine]
    End Sub
Happy Coding! ;)
welcome to the worlds best coding community and please be try to active here and your tutorial is just cool thanks for posting
I will make more soon. Thank you for taking the time to check my first tutorial. :D
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
comathi
Coding God
Coding God
Posts: 1242
Joined: Fri Mar 26, 2010 1:59 pm

Re: Text Glow Effect in VB 2010 ;)
comathi
This seems like a good first tutorial. I'll say it deserves a +rep, and welcome to the site :lol:
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

comathi wrote:
This seems like a good first tutorial. I'll say it deserves a +rep, and welcome to the site :lol:
Thanks for the Warm Welcome. I appreciate all the kind words you guys say. Thank you all :)
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: Text Glow Effect in VB 2010 ;)
Filip
Hello,

I subscribed to your channel :)
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

visioncr0 wrote:
Hello,

I subscribed to your channel :)
Wow thanks a bunch! I will subscribe you too if you could kindly give out your YouTube Link. cooll;
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
Filip
Coding Guru
Coding Guru
Posts: 833
Joined: Wed Jan 05, 2011 3:59 pm

Re: Text Glow Effect in VB 2010 ;)
Filip
CodenStuff wrote:
Nope, it's just your sick and dirty mind. You sick twisted warped little pervo :D
20 posts Page 1 of 2
Return to “Tutorials”