I have to change the text(fore) color of the command button in vb6.
Also I want to create .NET kind of buttons in VB6. Is there API or GDI calls which will help me do this.
Printable View
I have to change the text(fore) color of the command button in vb6.
Also I want to create .NET kind of buttons in VB6. Is there API or GDI calls which will help me do this.
You can't. However you may susbstitue regular command button with Checkbox or OptionButton with Style = Graphical.
I gave up fighting with command buttons a few years ago, in favor of the 3D Active Media Button ActiveX from MultimediaSoft
It does everything I want, and I recommend it highly.
Dennis
p.s. No, I am not affiliated with them, I just appreciate a quality product.