-
This is a really easy one...probably.
I've seen a lot of programs recently that have done away with the standard command buttons (which only display either text or an image (but NOT both). An example is CDEx...they use images (often animated) as well as a text description, very user friendly. My question...is this a C++ thing or is it just an extra VB control (I'm using VB5), and if so where can I get it.
Thanx in advance
Matt
-
Check this one out: RainbowButton
-
It's probably VB and remember if you can't find exactly what you are looking for (or don't want to have to pay for it) then you can create your own ActiveX control to do whatever you want. :)