https://github.com/silverwind/bmax
Borderless maximizer utility for Windows
https://github.com/silverwind/bmax
Last synced: 10 months ago
JSON representation
Borderless maximizer utility for Windows
- Host: GitHub
- URL: https://github.com/silverwind/bmax
- Owner: silverwind
- Created: 2012-03-21T22:00:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2015-03-13T17:18:03.000Z (about 11 years ago)
- Last Synced: 2025-06-19T02:03:45.738Z (12 months ago)
- Language: C#
- Homepage:
- Size: 195 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#bMax - borderless maximizer
bMax is a tray utility that can switch Windows applications into a fullscreen-like mode where the window's title and decorations (and optionally, the taskbar) are hidden. There are two distinct methods to achieve the effect:
###Resize method
This is the less intrusive method. It resizes the window to be slightly larger than the visible screen area, and then moves the content area of the window in place, effectively hiding the title bar and borders outside the visible area.
###Strip method
This method takes a more aggressive approach by forcing a window to hide its decorations. You can try it on cases where the resize method fails to deliver an acceptable result.