0
votes
4answers
958 views
Why doesn’t BackColor work for TabControls in .NET?
If you use the standard tab control in .NET for your tab pages and you try to change the look and feel a little bit then you are able to change the back color of the tab pages but not for the tab c …
0
votes
1answer
668 views
Customized DataGridView column does not accept the entered decimal seperator under Windows Vista
Hello everybody!
For a project I built a custom DataGridView column which contains NumericUpDown controls. It is implemented similar to the suggestion from …
2
votes
11answers
315 views
Usability: Should the ENTER key close a wizard form as OK even if the focus is not set on the OK/DONE button?
Hello everybody!
I have the in my opinion odd request to close a wizard form as Done or OK if Enter was pressed on the keyboard even if the OK/DONE button is not focused.
In my opin …
0
votes
How do you handle multiple selection in a drop down style control?
I would use the CheckedListBox instead. It visualizes the multiple selection and you are able to select multiple entries.
…
