Hello,
I am relatively new to VB.net. Most of my work is in VB6 and I am trying to duplicate some VB6 functionality but cannot.
I have a form containing several buttons. Each button contains a background image. These buttons are being used as navigation buttons for a dataset (first button, previous button, next button, last button and a finder).
Whether in code or at runtime, if I set the buttons to enabled = false, the user cannot click the buttons, however, the buttons do not seem to be greyed out.
How can I set the buttons to disabled and have them greyed out so the user doesn't think he can click it?
Thanks.
I am relatively new to VB.net. Most of my work is in VB6 and I am trying to duplicate some VB6 functionality but cannot.
I have a form containing several buttons. Each button contains a background image. These buttons are being used as navigation buttons for a dataset (first button, previous button, next button, last button and a finder).
Whether in code or at runtime, if I set the buttons to enabled = false, the user cannot click the buttons, however, the buttons do not seem to be greyed out.
How can I set the buttons to disabled and have them greyed out so the user doesn't think he can click it?
Thanks.