How to remove the focused rectangle on the button (dotted line around the edge when the button got focus)?
Thanks.
Printable View
How to remove the focused rectangle on the button (dotted line around the edge when the button got focus)?
Thanks.
Maybe you can set command1.tabstop=false.
I haven't tried it but it might work.
Abel.
No, I want to be able to click the button and at the same time do not see the line. I am trying using the subclass technique, hope it works soon.
Regards.
That is a windows feature, so unless someone can tell you what to use to disable the windows feature, I think your outta luck.
I found the solution.Quote:
That is a windows feature, so unless someone can tell you what to use to disable the windows feature, I think your outta luck.
See my demo.
It doesn't quite work. Hold the mouse button down over the button without the rectangle, now move the mouse and the rectangle appears again.