[solved] How to run Borderless windows in Windows 7 ?

Discussion about topics that don't fit elsewhere.
Post Reply
User avatar
tangar
Posts: 1652
Joined: Tue Mar 03, 2015 3:49 pm
Contact:

[solved] How to run Borderless windows in Windows 7 ?

Post by tangar »

I play TomeNet with two windows - messages window at top of screen and game window. I would like to run TomeNet without borders and windows' headers:

Image

Then I'll have more space for game messages (2 more rows), its quite important. And it would be better looking.

Anyone know way to run windows borderless? I've googled, but didnt find working solution. I only managed to reduce size of headers a bit via windows settings.

Thanks.
Last edited by tangar on Mon Mar 21, 2016 1:24 pm, edited 1 time in total.
Tangar's tileset, addon, guides & maps: English TomeNET page ||||||| Russian TomeNet page
http://youtube.com/GameGlaz — streams in English // http://youtube.com/StreamGuild — streams in Russian
My chars @ angband.oook.cz
User avatar
tangar
Posts: 1652
Joined: Tue Mar 03, 2015 3:49 pm
Contact:

Re: How to run Borderless windows in Windows 7 ?

Post by tangar »

Solution: http://tangar.info/tomenet/addons/

Create AutoHotkey (https://autohotkey.com/ - free program) script:

;-Caption
LWIN & LButton::
WinSet, Style, -0xC00000, A
return
;
;+Caption
LWIN & RButton::
WinSet, Style, +0xC00000, A
return
;

Use win+LMC to hide window header, win+RMC to show it
Tangar's tileset, addon, guides & maps: English TomeNET page ||||||| Russian TomeNet page
http://youtube.com/GameGlaz — streams in English // http://youtube.com/StreamGuild — streams in Russian
My chars @ angband.oook.cz
Post Reply