Author Topic: Always on Top: Keep Any Window Visible Always  (Read 6456 times)

0 Members and 1 Guest are viewing this topic.

xtermin8r

  • $upporter
  • Sr. Member
  • *****
  • Posts: 366
  • Karma: 9
  • Crunchie
    • View Profile
Always on Top: Keep Any Window Visible Always
« on: September 05, 2012, 07:21:22 PM »
Hi

here is a small utility that will keep any window "always on top", very usefull for watching videos while surfing  and also because the latest xbmc eden "always on top" feature is broken.

The program is written in Autohotkey with a single line of code:
Code: [Select]
^SPACE::  Winset, Alwaysontop, , A
Once you’ve launched it, simply select the window you want to keep on top and press Ctrl+Space.  This program will now stay on top, even when it is not the active window.
If you like to disable the always on top feature,  select the program and press  Ctrl+Space again.



Always on Top will keep running in your system tray, and you can exit or suspend it by right-clicking on its tray icon and selecting exit or suspend, respectively.



Download link:
http://jajodiasaket.googlecode.com/files/always-on-top.zip

Create Your Own Always on Top Utility with AutoHotkey  http://www.autohotkey.com/

If you’re a fan of AutoHotkey, you can create your own AutoHotkey script to keep windows on top simply and easily with only one line of code:

    ^SPACE::  Winset, Alwaysontop, , A

Simply create a new file, insert the code, and save it as plaintext with the .ahk file extension.  If you have AutoHotkey installed, simply double-click this file for the exact same functionality as the premade version.
« Last Edit: September 05, 2012, 08:22:34 PM by xtermin8r »
Neural Net Based Artificial Intelligence.