A real-time always-on-top “replica” of a window of your choice (on Windows).
Go to file
2017-08-30 12:41:45 +02:00
Docs Updated text files for max 80 columns. 2013-05-03 18:16:42 +02:00
Graphics Merge 2013-10-16 00:13:14 +02:00
Installer Version number updated to 3.5.1. 2014-01-18 16:27:57 +01:00
Lib Updated text files for max 80 columns. 2013-05-03 18:16:42 +02:00
OnTopReplica Save current Opacity when hiding the form in order to be able to restore the value when form is restored 2017-08-30 12:41:45 +02:00
OriginalAssets Does now track photoshop PSD files. 2014-01-18 09:54:45 +01:00
.gitignore Migrate ignore file for Git 2017-05-25 14:43:48 +02:00
OnTopReplica.sln Updated text files for max 80 columns. 2013-05-03 18:16:42 +02:00
README.md Creating a readme from the codeplex wiki info. Updating links. 2017-06-14 13:35:13 +01:00

A real-time, always on top, "replica" of a window of your choice, based on DWM Thumbnails.
Completely written in C# for .NET 4.0/4.5, makes use of the Windows Forms Aero library.

Requirements

You will need the .NET 4.0/4.5 framework and Windows Vista/7/8 with Aero enabled (also known as Desktop Composition, which is always enabled on Windows 8).

Installation and User Guide

Get the latest version (v.3.5.1) from the releases section, both as installer and as standalone portable executable.

Features of current version

  • Clone any of your windows and keep it always on top while working with other windows,
  • Select a subregion of the cloned window:
    • Store the selected subregions for future use,
    • Now with relative subregions from the window's borders.
  • Auto-resizing (fit the original window, half, quarter and fullscreen mode),
  • Position lock on the screen's corners,
  • Adjustable opacity,
  • "Click forwarding" allows to interact with the cloned window,
  • "Click-through" allows to click through the cloned thumbnail (especially useful with partial opacity),
  • "Group switch" mode automatically switches through a group of windows while you use them,
  • Non invasive installation doesn't require administrator elevation.