/WindowTabs

Primary LanguageC#MIT LicenseMIT

WindowTabs

WindowTabs is a utility which brings browser-style tabbed window management to the desktop.

It was originally developped by Maurice Flanagan in 2009 and was back then provided as a free and paid version.
The author has now open-sourced the utility. See the original repository here : https://github.com/mauricef/WindowTabs

I forked from payaneco repository which forked from redgis. And it just compiles and runs successfully on my Win7 64bit.

screenshot

Compile

Test env: Win7, 64bit

  • Install

  • Compile

    Open WindowTabs project and press Start, it will compile to WindowTabs\WtProgram\bin\Debug\WindowTabs.exe.

    If you choose Releaseconfigurations, you will get a release version WindowTabs\WtProgram\bin\Release\WindowTabs.exe

Changes

  • Fix: desktop Programs title missing issue.

Refs

Origin: mauricef/WindowTabs

redgis/WindowTabs

payaneco/WindowTabs