Static control displays 16x16 icon as 32x32 if created at design time???

drjackool 956 Reputation points
2021-08-22T17:17:13.21+00:00

Hi
Visual C++ dialog designer
All question in title, How solve this problem? I have problem to design and arrange the controls because the static icon is not displayed on 16x16 and overllaped it's right static text.
Thanks

Developer technologies | C++
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. RLWA32 49,666 Reputation points
    2021-08-23T08:46:44.583+00:00

    If you want to use the actual size of the icon then the static control should have the SS_REALSIZEIMAGE style. Or is the problem related to the view in the Dialog Editor?


  2. drjackool 956 Reputation points
    2021-08-23T15:30:25.48+00:00

    Visual Studio (C++) dialog editor is very weak! Please send feed back


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.