Note that there are some explanatory texts on larger screens.

plurals
  1. POHooking into Windows with C# to Produce Windows 7 New Feature
    text
    copied!<p>I just saw a really useful UI feature of the forthcoming Windows 7 ( visit <a href="http://www.gizmodo.com.au/2008/10/windows_7_walkthrough_boot_video_and_impressions-2.html" rel="nofollow noreferrer">http://www.gizmodo.com.au/2008/10/windows_7_walkthrough_boot_video_and_impressions-2.html</a> and scroll down to the video entitled Super Scientific Video of New Window Resizing Feature)</p> <p>In a nutshell you can drag a window by the title bar to the top of the screen to maximise it, drag it back down to restore and drag it to the left edge or the right edge of the screen to have it snap into position butted up against the edge you dragged it to, and resized to occupy half the screen.</p> <p>Now I know there are a bunch of keyboard-based apps that do "similar" things but I've not seen a mouse-based program that does JUST the above, simple, useful and nothing more. If you know of one (or are smart enough to write one) please post the URL :)</p> <p>Anyway, if I wanted to try and write a small app to do this I have a question:</p> <p><strong>If I wanted to try and write a small app to do this, could I write it as a .NET app? I guess hooking into Windows' window drag/drop handling is pretty low-level and maybe not something that could be done in C#.NET?</strong></p> <p><em>any smartypants here who can knock a small app like this out in their lunchbreak? ;) I'm sure anything mimicing Windows 7 features would prove very popular, at least pre Windows 7's launch.</em></p> <p><strong>Edit:</strong> The AeroSnap guys (<a href="http://www.aerosnap.de/index_eng.htm" rel="nofollow noreferrer">http://www.aerosnap.de/index_eng.htm</a>) have done a nice job of implementing this feature and judging by the number of downloads, it was a popular feature!</p>
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload