Re: Text Glow Effect in VB 2010 ;)
Posted: Sat Jun 02, 2012 3:21 pm
Sharing, Teaching and Supporting coders of all ages and levels since 2009
https://www.codenstuff.com/forum/
comathi wrote:http://www.youtube.com/user/ComathiDotComI subbed cooll;
clanc789 wrote:http://www.youtube.com/user/clanc789i subscribed
Scottie1972 wrote:this is an awesome script!Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
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
If Button1.forecolor = color.Red then
Button1.forecolor = color.Black
else
Button1.Forecolor = color.Black
Button1.forecolor = color.Red
Button1.Forecolor = color.Red
3aaBrSbeel wrote:Scottie1972 wrote:this is an awesome script!Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
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
Code: Select allAnd in the Form, same as in the code I give.If Button1.forecolor = color.Red then Button1.forecolor = color.Black else Button1.Forecolor = color.Black Button1.forecolor = color.Red
Code: Select allWoWButton1.Forecolor = color.Red
![]()
cool
, 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!
mshimranpro wrote:WoW3aaBrSbeel wrote:Scottie1972 wrote:this is an awesome script!Thanks Scottie! By the way, you can also make the buttons glow too. Here is an example.
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
Code: Select allAnd in the Form, same as in the code I give.If Button1.forecolor = color.Red then Button1.forecolor = color.Black else Button1.Forecolor = color.Black Button1.forecolor = color.Red
Code: Select allButton1.Forecolor = color.Red
I will make more tutorials soon. Check out my Channel for more Tutorials @ http://www.youtube.com/user/xzni
MrAlicard wrote::OCool huh? lmao;
What the hell? :O
That beautifull Label an array of colors.