Hi Everyone!
I just wrote a quick Autohotkey script and thought I would share it with you. It opens WinFlip (Pictured Below) when you press the scroll wheel button. You can then scroll to select you window and press it again to go to that window and close WinFlip.

The code to do so:
flipopen := false
MButton::
if (flipopen) {
Send, {Enter}
flipopen := false
}
else
{
Run, C:\Windows\System32\rundll32.exe dwmapi.dll #105
flipopen := true
}
return
If you don't know what to do with the code, read here.
A note to the Mods: If I am not allowed to do the quote thing, or you class this as spam, then please feel free to modify this or remove it. I just thought it was useful!
You may use this script freely and modify it as much as you want.
This worked on Windows 7 Home Premium 64-bit. It may work with Vista, but not with XP! It requires Aero, so it won't work with Win 7 Starter. If you can, please test it and report back! I'm only 13, and VB.NET is my main language - not Autohotkey.
MiniGeek
