aero-snap Questions

2

Let's say I have a window and I want to save its position when the window closes and restore it when the window is opened again. The typical way to do this is to call GetWindowPlacement / SetWindow...
Schlock asked 3/12, 2011 at 15:4

2

Solved

I started using gVim a few weeks ago. From early on, I noticed however some strange resizing of the complete gVim window when I perform certain actions. I think it is related to my use of Windows A...
Sarsaparilla asked 6/11, 2012 at 12:54

2

Solved

If I minimize a JFrame which was Aero-snapped to the left of the screen by clicking on the minimize-button of the Windows WindowDecoration and unminimize it by Alt-Tabbing or clicking it in the Win...
Socialite asked 6/1, 2016 at 16:40

2

Solved

Is there a way to programmatically invoke the Aera maximize effect using C or C++ for a specific window/window ID? For example: or (source: thebuzzmedia.com) I am using a border-less Qt win...
Roux asked 14/9, 2014 at 13:55

1

Solved

I'm trying to create a Metro-style interface in Qt, which means not using the Windows 7 Aero border. I've already set the window to be borderless and added code to make it draggable and buttons to ...
Riyal asked 27/5, 2013 at 2:31

1

Solved

How to find out whether a window was resized using Aero Snap feature? GetWindowPlacement function gives the latest "restored" window size. I use it as follows: WINDOWPLACEMENT wp = {}; wp.length =...
Pierro asked 15/4, 2011 at 6:44

2

I have a problem with Aero Snap not working with the application I'm working on (Windows desktop, native C++ application), and I'm a bit confused as to what's happening, as it seems like it should ...
Dunnage asked 27/5, 2010 at 10:55
1

© 2022 - 2024 — McMap. All rights reserved.