I have two quick button questions in VS.
First, I want to create a glowing button (annoying I know, spare me) when there’s an update available. I’m using a buttonx from dotnetbar, and I would something along the lines of what it would look like to keep clicking the button, but to do it automatically.
I currently have a timer set up to change its checked state every half a second, but it doesn’t fade the colors in and out as it does when you click it…
I also want to know how to disable the button, but have it look normal.
I created a custom UserControl to draw a button using GDI+. It doesnt “glow” as such, but you can do something similar to produce a external glow effect.