Jump to content
39 minutes ago, Agent Squirrel said:

What is the best software to do just that? so I want to have a little overlay window (for watching videos or something) on top of my game, something like OnTopReplica.

No idea what the "best" software for that would be, but you can use e.g. Autohotkeys to toggle a window into always-on-top mode. I actually use my own Autohotkey-script just for that, ie. I press ctrl+space to toggle always-on-top on or off for the window that currently has focus.

always-on-top.exe

always-on-top.ahk

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to post
Share on other sites

13 minutes ago, WereCatf said:

No idea what the "best" software for that would be, but you can use e.g. Autohotkeys to toggle a window into always-on-top mode. I actually use my own Autohotkey-script just for that, ie. I press ctrl+space to toggle always-on-top on or off for the window that currently has focus.

always-on-top.exe 1003.5 kB · 0 downloads

You should just post the source code instead of an executable, especially since Always On Top is a one line command in AHK.

 

Not saying that you're posting a malicious file, but it's not good practice for anyone to download an unverified executable on a forum.

Link to post
Share on other sites

1 minute ago, badreg said:

You should just post the source code instead of an executable, especially since Always On Top is a one line command in AHK.

 

Not saying that you're posting a malicious file, but it's not good practice for anyone to download an unverified executable on a forum.

I actually meant to post the code, but I seem to have accidentally dragged the wrong file and didn't notice. That said, I would imagine my posting-history would be enough of an indication that I have zero interest in posting anything malicious.

Hand, n. A singular instrument worn at the end of the human arm and commonly thrust into somebody’s pocket.

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×