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.
comathi wrote:http://www.youtube.com/user/ComathiDotComI subbed cooll;
Practice makes perfect!
VIP since: 6-10-2011
VIP since: 6-10-2011
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
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
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 all
And 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 all
Button1.Forecolor = color.Red
I will make more tutorials soon. Check out my Channel for more Tutorials @ www.youtube.com/user/xzni
Thanks!
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!
Find my programs on Softpedia
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



Find my programs on Softpedia
:O
What the hell? :O
That beautifull Label an array of colors.
What the hell? :O
That beautifull Label an array of colors.

MrAlicard wrote::OCool huh? lmao;
What the hell? :O
That beautifull Label an array of colors.
Copyright Information
Copyright © Codenstuff.com 2020 - 2023