L
Leendert van Staalduinen
My question is not really OWC-specific, but I use it for my OWC Chart.
I want to copy the Chart as shown on the screen directly to the
clipboard with a one-click action.
The following solutions are NOT what I am looking for:
- Send to a .GIF file and copy it from a .GIF viewer (e.g. IrfanView)
to the clipboard. I can do that, it works very nice, but that's too
much actions.
- Make a screen dump of the total screen (e.g. with "keybd_event
vbKeySnapshot ..."). I can do that, it is a one-click action, but it
shows the total screen (and I do not want to crop the overload).
- Have a program that makes screendumps, possibly of just a rectangle.
I can do that, it works nice as well, but that's too much actions.
Am I too demanding? Maybe. In my fantasy I would use a fixed rectangle
(e.g. with GetWindowRect) and dump the content of that rectangle to
the clipboard.
I guess, that has been done before.
Leendert van Staalduinen.
I want to copy the Chart as shown on the screen directly to the
clipboard with a one-click action.
The following solutions are NOT what I am looking for:
- Send to a .GIF file and copy it from a .GIF viewer (e.g. IrfanView)
to the clipboard. I can do that, it works very nice, but that's too
much actions.
- Make a screen dump of the total screen (e.g. with "keybd_event
vbKeySnapshot ..."). I can do that, it is a one-click action, but it
shows the total screen (and I do not want to crop the overload).
- Have a program that makes screendumps, possibly of just a rectangle.
I can do that, it works nice as well, but that's too much actions.
Am I too demanding? Maybe. In my fantasy I would use a fixed rectangle
(e.g. with GetWindowRect) and dump the content of that rectangle to
the clipboard.
I guess, that has been done before.
Leendert van Staalduinen.