GithubHelp home page GithubHelp logo

rgxgr / topmost Goto Github PK

View Code? Open in Web Editor NEW

This project forked from meitinger/topmost

0.0 1.0 0.0 155 KB

A small utility that adds an "Always On Top" entry to each window's system menu.

License: GNU General Public License v2.0

C 100.00%

topmost's Introduction

Topmost

Description

This very small (< 200 LoC) utility allows the user to select any window as a topmost window, commonly known as "always on top". It does so by inserting an entry into each window's system menu (the ALT+SPACE one). The entry's text is localized by using the task manager as a resource. (Which certainly isn't best practice but has been working fine since WinXP.)

Build and Usage

There are two VS projects: Hook and Topmost. The latter is the application that initializes the hook, the former is the actual hook DLL that gets injected into every process. The release build is set to produce a multithreaded static DLL, so there are no external dependences which should make deployment fairly easy.

After building with Visual Studio, you end up with a 32bit and 64bit version. Each will add the entry to x86 and x64 applications respectively, so you have to start both on a 64bit version of Windows.

The application will run for as long as the user is logged in and doesn't display any messages, so it's easy to just make it auto-start during logon.

topmost's People

Contributors

meitinger avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.