I need to add a clear button inside the CEdit
control like this:
And I used CMFCEditBrowseCtrl
, as described in this article:
MFC Feature Pack - CMFCEditBrowseCtrl
.
But the problem is that it shows a very small icon on monitors with high pixel density:
I tried to set a big icon, but the button remains narrow:
Could you please advice some solution?