Is there any way a user can view or copy GUI controls' properties at runtime?
Posted
by
jqngrc
on Super User
See other posts from Super User
or by jqngrc
Published on 2012-10-25T15:46:30Z
Indexed on
2012/10/25
17:03 UTC
Read the original article
Hit count: 145
Here are two examples of what I mean:
- I am sure you all too have experienced this frustration before. A dialog box opens that displays only part of a long string (e.g. a file path), but won't allow you to select the text so you can see the full string. Neither it will resize upon window resizing—which is unusual among Windows dialog boxes. The text is hidden, period.
- Copying a very long drop-down list control contents to a text file.
Do you know any way to solve these problems?
© Super User or respective owner