Page 2 of 2

Re: Text Glow Effect in VB 2010 ;)

Posted: Sat Jun 02, 2012 3:21 pm
by comathi

Re: Text Glow Effect in VB 2010 ;)

Posted: Sat Jun 02, 2012 3:46 pm
by 3aaBrSbeel
comathi wrote:
http://www.youtube.com/user/ComathiDotCom
I subbed cooll;

Re: Text Glow Effect in VB 2010 ;)

Posted: Sat Jun 02, 2012 4:28 pm
by clanc789

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jun 03, 2012 12:55 am
by Shim
clanc789 wrote:
http://www.youtube.com/user/clanc789 :D
i subscribed

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jun 03, 2012 4:04 am
by Scottie1972
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

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jun 03, 2012 4:19 am
by 3aaBrSbeel
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!

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jun 03, 2012 9:24 am
by 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!

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jun 03, 2012 9:25 am
by 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;

Re: Text Glow Effect in VB 2010 ;)

Posted: Sun Jul 01, 2012 7:44 pm
by MrAlicard
:O
What the hell? :O
That beautifull Label an array of colors. :D

Re: Text Glow Effect in VB 2010 ;)

Posted: Mon Jul 02, 2012 12:16 pm
by 3aaBrSbeel
MrAlicard wrote:
:O
What the hell? :O
That beautifull Label an array of colors. :D
Cool huh? lmao;