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.
Test env: Win7, 64bit
-
Install
-
VS2019 community edition.
.Net
needs to be selected in the installer.
-
-
Compile
Open WindowTabs project and press
Start
, it will compile toWindowTabs\WtProgram\bin\Debug\WindowTabs.exe
.If you choose
Release
configurations, you will get a release versionWindowTabs\WtProgram\bin\Release\WindowTabs.exe
- Fix: desktop
Programs
title missing issue.