Is anybody familiar enough with C++ to tell me how to add a button to the title bar of a window (next to the Minimize button)? I have an idea for an app.
Adding buttons to the title bar of a window to:
Roll the window up to it's title bar
Adjust position of the window to any of the 4 corners, top-center, bottom-center or centered on the screen
Minimize the window to the system tray.
There's an app out there that does this, plus more already, but it costs $$ and I wanted to make mine open-source and free.