Focus rect
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
While creating my owner-drawn button class I encountered such a mmm... problem. E.g. when you launch your app in Visual Studio you can press a button on the toolbar or Ctrl+F5. In the first case standard Windows buttons doesn't draw the focus rectangle untill you press the Tab button, but in second case they draw that damn rect. How can I do the same.