How to Set Position where a Window will be minimised
-
Hello Friends When a window is minimised, it goes to taskbar at the location where the tray icon is there. So if icon is towards right, the window is minimised to the right. I remember there was a function with some name like setwindowanimation, but seems i am missing something. anybody has got an idea of how to do that? Regards
-
Hello Friends When a window is minimised, it goes to taskbar at the location where the tray icon is there. So if icon is towards right, the window is minimised to the right. I remember there was a function with some name like setwindowanimation, but seems i am missing something. anybody has got an idea of how to do that? Regards
SoftwareDeveloperGoa wrote:
When a window is minimised, it goes to taskbar at the location where the tray icon is there.
Not the "tray icon": the corresponding taskbar button. Tray icons are other things.
SoftwareDeveloperGoa wrote:
So if icon is towards right, the window is minimised to the right.
Yes, but ... what are you trying to achieve? Are you trying to change the task button relative positions? The question is not clear.
2 bugs found. > recompile ... 65534 bugs found. :doh:
-
SoftwareDeveloperGoa wrote:
When a window is minimised, it goes to taskbar at the location where the tray icon is there.
Not the "tray icon": the corresponding taskbar button. Tray icons are other things.
SoftwareDeveloperGoa wrote:
So if icon is towards right, the window is minimised to the right.
Yes, but ... what are you trying to achieve? Are you trying to change the task button relative positions? The question is not clear.
2 bugs found. > recompile ... 65534 bugs found. :doh:
yes you are correct, it is taskbar yeah i want a window to minimize to a specific location, irrespective of where it's taskbar icon is present. it is all about that animation thing that windows displays for every window relative to taskbar icon's position
-
yes you are correct, it is taskbar yeah i want a window to minimize to a specific location, irrespective of where it's taskbar icon is present. it is all about that animation thing that windows displays for every window relative to taskbar icon's position
-
yeah thanks, i found a cp article for that but it seems that it work on xp only and window minimizing animation is different. Using the DrawAnimatedRects() function[^]