I have code to capture windows/controls to a bitmap.
I am wondering if there is a way to capture the entire DataWindow, not just the part currently visible. It has been said since the early days that the DataWindow is displayed as a bitmap with editable controls superimposed. I want to know how to get the internal bitmap handle. If the bitmap only contains the visible portion, getting the internal handle wouldn't help.
If there were a SaveAsType for PNG, JPG, or BMP then it would be simple.