Feb 3, 2001 #1 abdullauthan Programmer Joined Apr 20, 2000 Messages 64 Location SA How can I change the Text Color on a Command Button. Is there any way using APIs to change it?
Feb 4, 2001 #2 rvBasic Programmer Joined Oct 22, 2000 Messages 414 Location BE Changing the ForeColor of a Command button is no trivial task. If you have a compelling reason to do so, here's where to look: http://www.mvps.org/vbnet/code/subclass/buttoncolour.htm _________________________________ In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra] Upvote 0 Downvote
Changing the ForeColor of a Command button is no trivial task. If you have a compelling reason to do so, here's where to look: http://www.mvps.org/vbnet/code/subclass/buttoncolour.htm _________________________________ In theory, there is no difference between theory and practice. In practice, there is. [attributed to Yogi Berra]