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:
^SPACE:: Winset, Alwaysontop, , A
Once youve 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.zipCreate Your Own Always on Top Utility with AutoHotkey
http://www.autohotkey.com/If youre 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.