S
SupportAV
I want to add an entry to the context menu of every window's titlebar.
I don't think the menu is technically a context menu, but more like a
shell menu.
The closest I've come is some vague C++ code, but it was supposedly
unreliable in all cases.
I need to be able to create a hook in such a way so that any window
automatically has a custom menu entry in the right-click title bar
menu.
If anyone knows of a working example, or better yet a reference guide
illustrating the example and explaining what the limitations and
pitfalls are, I'd be very greatful. I'd especially like to know how a
progam that is launched from such a menu would run in terms of
security.
I don't think the menu is technically a context menu, but more like a
shell menu.
The closest I've come is some vague C++ code, but it was supposedly
unreliable in all cases.
I need to be able to create a hook in such a way so that any window
automatically has a custom menu entry in the right-click title bar
menu.
If anyone knows of a working example, or better yet a reference guide
illustrating the example and explaining what the limitations and
pitfalls are, I'd be very greatful. I'd especially like to know how a
progam that is launched from such a menu would run in terms of
security.