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

comathi wrote:
http://www.youtube.com/user/ComathiDotCom
I subbed cooll;
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
User avatar
clanc789
Coding Guru
Coding Guru
Posts: 786
Joined: Tue Nov 02, 2010 4:45 pm

Re: Text Glow Effect in VB 2010 ;)
clanc789
Practice makes perfect!

VIP since: 6-10-2011
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
clanc789 wrote:
http://www.youtube.com/user/clanc789 :D
i subscribed
Find my programs on Softpedia
User avatar
Scottie1972
Codenstuff Elite
Codenstuff Elite
Posts: 953
Joined: Thu Jan 14, 2010 5:48 am

this is an awesome script!
simple yet effective.
i have used as a base for a "Disco Lights" feature on one of my music/video players.
i like little snippets like this.

Keep'em Comin!

Scottie
Image
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

Scottie1972 wrote:
this is an awesome script!
simple yet effective.
i have used as a base for a "Disco Lights" feature on one of my music/video players.
i like little snippets like this.

Keep'em Comin!

Scottie
Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
Code: Select all
If Button1.forecolor = color.Red then
         Button1.forecolor = color.Black
      else
         Button1.Forecolor = color.Black
         Button1.forecolor = color.Red
And in the Form, same as in the code I give.
Code: Select all
Button1.Forecolor = color.Red

I will make more tutorials soon. Check out my Channel for more Tutorials @ www.youtube.com/user/xzni

Thanks!
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
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:
Scottie1972 wrote:
this is an awesome script!
simple yet effective.
i have used as a base for a "Disco Lights" feature on one of my music/video players.
i like little snippets like this.

Keep'em Comin!

Scottie
Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
Code: Select all
If Button1.forecolor = color.Red then
         Button1.forecolor = color.Black
      else
         Button1.Forecolor = color.Black
         Button1.forecolor = color.Red
And in the Form, same as in the code I give.
Code: Select all
Button1.Forecolor = color.Red
WoW :D :D cool :D , super aweosome , i love that code

I will make more tutorials soon. Check out my Channel for more Tutorials @ http://www.youtube.com/user/xzni

Thanks!
Find my programs on Softpedia
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
mshimranpro wrote:
3aaBrSbeel wrote:
Scottie1972 wrote:
this is an awesome script!
simple yet effective.
i have used as a base for a "Disco Lights" feature on one of my music/video players.
i like little snippets like this.

Keep'em Comin!

Scottie
Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
Code: Select all
If Button1.forecolor = color.Red then
         Button1.forecolor = color.Black
      else
         Button1.Forecolor = color.Black
         Button1.forecolor = color.Red
And in the Form, same as in the code I give.
Code: Select all
Button1.Forecolor = color.Red

I will make more tutorials soon. Check out my Channel for more Tutorials @ http://www.youtube.com/user/xzni
WoW :D :D cool :D , super aweosome , i love that code ( i subscribed you channel http://www.youtube.com/mshimran96 ) :idea: :idea: wahooo; wahooo;
Find my programs on Softpedia
User avatar
MrAlicard
VIP - Donator
VIP - Donator
Posts: 54
Joined: Thu Aug 05, 2010 4:08 pm

:O
What the hell? :O
That beautifull Label an array of colors. :D
User avatar
3aaBrSbeel
Top Poster
Top Poster
Posts: 139
Joined: Fri Jun 01, 2012 9:34 am

MrAlicard wrote:
:O
What the hell? :O
That beautifull Label an array of colors. :D
Cool huh? lmao;
Code'n'Stuff Signature Of 3aaBrSbeel
®║▌│█│║▌║││█║▌║▌║▌
✔ Verified Official Code'n'Stuff account ᵀᴴᴱ ᴼᴿᴵᴳᴵᴻᴬᴸ
Image
20 posts Page 2 of 2
Return to “Tutorials”