Roey Posted May 26, 2005 Posted May 26, 2005 I want to change the appearance of the buttons on my form so that the BackColor property is White. The problem that I am having is that when a button is disabled the font color still looks pretty dark making it difficult to distinguish from an enabled button. Quote
stustarz Posted May 26, 2005 Posted May 26, 2005 Personally i would go with creating my own button control that way having control over the exact look of the button in the various states, enabled, disabled, pressed etc Quote Visit: VBSourceSeek - The VB.NET sourcecode library "A mere friend will agree with you, but a real friend will argue."
keySharp Posted May 29, 2005 Posted May 29, 2005 yeah, the only way to do that is creating your own custom control. Try inheriting from Button and overriding the OnPaint method Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.