FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Bitmap from the window client-area
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Bitmap from the window client-area
Posted: Wed Oct 20, 2010 12:28 PM

How to make this?
Wndprint() etc. brings always the complete window with bar and so.

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 4840
Joined: Fri Nov 18, 2005 04:52 PM
Re: Bitmap from the window client-area
Posted: Wed Oct 20, 2010 12:34 PM

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

FWH 18.05/xHarbour 1.2.3/BCC7/Windows 10

Continue the discussion