How to Keep a Window Always on Top in Windows

(0 votes, average 0 out of 5)

Each iteration of Windows has welcomed some great functionality, but it still lacks an ability which can be very useful: keeping a window permanently visible.  Having a video or reference document visible can be great while trying to multi-task in other windows. Thankfully, third-party solutions exist to work around this problem.

All that is needed is a quick, simple download.  Download this utility from box.net, and unzip it somewhere easily accessible (such as your desktop).  Run the exectuable -- it will not be immediately obvious that anything is running, but this is only because it's an extremely simple, low-resource script.  Now, open any window you wish to keep permanently open, and press Ctrl+Space.  Now that window should be always on top!

always_on_top

Partner Links:
Last Updated on Wednesday, 08 September 2010 21:16  
Related Articles

» How to Install an Updated Driver For NVIDIA Graphics Cards

Whether you are putting a new graphics card into your computer or just want to update the driver, it is recommended that you visit the Manufacturers website. Here you will receive the latest update that will include many enhancements and improvements. Follow these steps to install the latest driver on your computer:Make sure your graphics card is installed or recognized by the system.Open up a web browser, like Internet Explorer, Mozilla Firefox, or Google Chrome, and visit...

» How to Add or Switch a Display in Windows 7

In order to connect a laptop or desktop to a television (or use a two-monitor display), Windows 7 must be configured to output to a different source or multiple sources.  Here's how to do it:Connect your computer and display device(s) to be hooked up.  Open the Start menu and navigate to the Control Panel.If both display devices are connected, you should see two displays show in the Display window.  Activate both monitors and change if you would like the displays mirrored (both...

» Block Comments in Perl

Like many scripting languages, there is no real way to do block comments in Perl.  The proper way to do a block comment is simply to comment out each line with a # along the left side, and in fact many popular text editors such as vim and emacs facilitiate this behavior (we have a tutorial on how to do it in emacs ).There is an easier way to make the compiler ignore a block of code if you are interested in a less visibly-obvious solution.  This is great for short-term solutions but it...