Win32: edit control selection in dialog-based app
Posted
by Lars Kanto
on Stack Overflow
See other posts from Stack Overflow
or by Lars Kanto
Published on 2010-03-16T14:32:12Z
Indexed on
2010/03/16
14:46 UTC
Read the original article
Hit count: 285
I have a dialog-based app with an edit-control in it. When I minimize / restore the app, everything's ok. But when I hide all the windows with holding down that Windows-logo-key and pressing "D" and then I restore the app, the edit-control selects everything inside it.
How to make it not to select the text on restore?
© Stack Overflow or respective owner