shenafu.com

Please login or register.

Login with username, password and session length
Advanced search  

News:

One year since I first heard Kay sing.

Pages: [1]   Go Down

Author Topic: [HOWTO] Keep windows and dialog boxes on top (MS OSes)  (Read 64 times)

Den

  • Global Moderator
  • Gold Member
  • *****
  • Karma: +1/-0
  • Posts: 198
  • Selina is my Superstar
    • View Profile
    • Amuseum
[HOWTO] Keep windows and dialog boxes on top (MS OSes)
« on: January 30, 2010, 01:59:17 PM »

[HOWTO] Keep windows and dialog boxes on top (MS OSes)

It's retarded that MS OSes still have no native UI control to let users keep windows and dialog boxes on top. So I found a simple solution of using Autohotkey (which I use and recommend anyway) and one line of code that lets you turn on or off "alwaysontop" for the current window or dialog box with a key combination that you can customize:

Code: [Select]
^!BACKSPACE::  Winset, Alwaysontop, , A
You can change ^!Backspace into whatever key combination you want (read the Autohotkey help files.)

I have tested this in Windows XP and 7.
« Last Edit: January 30, 2010, 02:08:12 PM by Den »
Logged
Humans can be gay.
Superman is superhuman.
Q.E.D. Superman can be supergay.
Pages: [1]   Go Up
 

Page created in 0.205 seconds with 21 queries.