Change look of button
-
.net 2003 I have a form with 1 button and several labels on it. I don't want the button to be the default if enter is pressed. I want the user to have to actually click it for it to work. I also don't want it to have that "selected" look with the dotted line around the text. What can I do about all this? Thanks.
-
.net 2003 I have a form with 1 button and several labels on it. I don't want the button to be the default if enter is pressed. I want the user to have to actually click it for it to work. I also don't want it to have that "selected" look with the dotted line around the text. What can I do about all this? Thanks.
1 - set the focus to another control 2 - write some owner drawn code, or download some from code project.
Christian Graus - Microsoft MVP - C++ Metal Musings - Rex and my new metal blog