This is a continuation of my question about saving screenshots of windows, which has been well answered.
Now ideally we would want to make this functionality obvious to users, and one idea would be to have a little camera icon (or something like that) in the title bar of all of our windows, just to the left of any top-right controls for minimize, maximize/restore and close that are present on the window.
I've done some Googling and while there are C-language solutions out there, they are quite complex and seem to require having full control of the windowproc, which I'm not convinced we do in PB. I can also see that this could be done with a ribbonbar, but we're not using those now, and I'm looking for a minimal change.
I'm open to other at least somewhat obvious options. I can easily implement an invisible keystroke to do it (with a pbm_keydown event) but that isn't discoverable by users.
Any bright ideas or solutions?
Thanks.