Sunday, September 28, 2014

C# SetWindowPos for minimized windows

Hello to everybody.


I'm trying to change position of minimized window under C#.


I don't want to unminimize it, I only want to change its coordinates.


When the window is not minimized I can change It's position using SetWindowPos, but when window is minimized It don't give me any result.


Saying window I mean any of visible and opened windows, which are available at the moment.


What can I do?


No comments:

Post a Comment