How to make this?
Wndprint() etc. brings always the complete window with bar and so.
How to make this?
Wndprint() etc. brings always the complete window with bar and so.
Gunther,
I have never tried this, but TBitmap inherts a print method from TWindow, so try:
oBmp:Print( oTarget, nRow, nCol, nScale )
Where oTarget is the printer object.
Regards,
James