What do you want to do
VB.NET (VisualStudio 2005) is renovating the existing system.
When I set RadioButton to False, I want to gray out without changing the character color (ForeColor).(Image below)
·Enabled=True
you want to achieve
·Enabled=False
Problems you are having
When the RadioButton property is set to Enabled=False, the character color changes.(Image below)
·Enabled=True
·Enabled=False
WHAT YOU WANT TO DO
VB.NET (VisualStudio 2005) is renovating the existing system.
When I set RadioButton to False, I want to gray out without changing the character color (ForeColor).(Image below)
·Enabled=True
you want to achieve
·Enabled=False
Problem you are having
When the RadioButton property is set to Enabled=False, the character color changes.(Image below)
·Enabled=True
·Enabled=False
Stick the label over the RadioButton text to solve this problem
© 2024 OneMinuteCode. All rights reserved.