Skip to main content
8 events
when toggle format what by license comment
Aug 16, 2021 at 21:02 comment added mark.monteiro It's worth nothing that ShowWindow() doesn't work (fails silently) if the application window you are trying to restore is running under elevated permissions (i.e. as an administrator) and the current process is not. To work around this, ShowWindow() must also be called from a process running with the same elevated permissions.
Mar 4, 2018 at 18:07 history edited Ivan Yurchenko CC BY-SA 3.0
shorten text
Nov 22, 2016 at 18:34 comment added Andy Just a note... IsIconic() works just as well as GetWindowPlacement() for checking if a window is minimized... and is a little simpler to deal with.
Oct 7, 2016 at 22:12 history edited Ivan Yurchenko CC BY-SA 3.0
Removed redundant empty space and added Code tags where it’s needed
S Oct 4, 2016 at 14:57 history suggested Morio CC BY-SA 3.0
Officially, it is called "window" and "title", change to use "window" and “title“ to make it consistent.
Oct 4, 2016 at 13:48 review Suggested edits
S Oct 4, 2016 at 14:57
Jan 26, 2016 at 16:10 review Late answers
Jan 26, 2016 at 16:17
Jan 26, 2016 at 15:51 history answered Ivan Yurchenko CC BY-SA 3.0