Hello,
I have been using an application called PowerMenu (http://
www.abstractpath.com/powermenu/) for a while now and am interested in
writing something similar myself. This program adds items to the
title bar (and taskbar) context menu of all running applications. The
added options allow you to set priority, window transparency, and
toggle the "always on top" state for the particular window.
I would like to know how I can create my own program (using visual
studio preferably) that is able to extend the title-bar context menus
of other running applications as well as interface with those
applications to manipulate their window properties.
Any information or leads would really be helpful and very much
appreciated. I mostly do console programming and part of the problem
I'm having is that I don't know the technical terms I should be
searching for to get started.
Thanks,
M