Skip to forum
free program to cus...
 
Notifications
Clear all

free program to custom window

3 Posts
2 Users
0 Reactions
837 Views
pimient0
Joined: 04.09.2018

Hi,
Do you know any free program to custom window tables? For example, to remove a strip at the top where it is minimized, maximized, closed and other..


Reply
Quote
2 replies
Super Moderator
VorpalF2F
Joined: 02.09.2010

Hi pimient0,
AutoHotKey (AHK) is a scripting language that can do this -- and a whole lot more.

If you're comfortable with scripting you can obtain it here:
https://www.autohotkey.com/

I've used this for over 20 years for various window manipulation task, custom menuing and so on.
The strip you mention is called the "Title Bar" and can be removed and restored using AutoHotKey

I'm currently using AHK to move and resize windows while I stream, for example.

Note that AHK is a programming language, and you would need to write your own script to do this.
There is support available in forums and on Discord, but it isn't something for someone not familiar with basic programming concepts.

Cheers,
VS


Reply
Quote
pimient0
Joined: 04.09.2018

Thanks! I will look into it. :f_drink:


Reply
Quote