# WindowTabs2019 **Repository Path**: arther999/window-tabs2019 ## Basic Information - **Project Name**: WindowTabs2019 - **Description**: No description available - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2021-01-09 - **Last Updated**: 2024-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 - [VS2019 community edition](https://visualstudio.microsoft.com/). `.Net` needs to be selected in the installer. - [WiX Toolset build tools](http://wixtoolset.org/) - Compile Open WindowTabs project and press `Start`, it will compile to `WindowTabs\WtProgram\bin\Debug\WindowTabs.exe`. If you choose `Release`configurations, you will get a release version `WindowTabs\WtProgram\bin\Release\WindowTabs.exe` ## Changes - Fix: desktop `Programs` title missing issue. ## Refs [Origin: mauricef/WindowTabs](https://github.com/mauricef/WindowTabs) [redgis/WindowTabs](https://github.com/redgis/WindowTabs) [payaneco/WindowTabs](https://github.com/payaneco/WindowTabs)