FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Cut out an area of the screen
Posts: 1392
Joined: Mon May 14, 2007 09:49 AM
Re: Cut out an area of the screen
Posted: Sat Apr 20, 2019 07:32 AM

Sorry, it's hard to choose from the context.

here is such window
procedure Plg_Dlg
local oBrh
private oPlg

DEFINE BRUSH oBru

DEFINE DIALOG oPlg  PIXEL  STYLE nOR(WS_POPUP) BRUSH oBru  TRANSPARENT
ACTIVATE DIALOG oPlg

return

I draw on it
oPlg:Line()
oPlg:PolyPolygon(GetDc(oPlg:hWnd),..)
and etc.

Then I want to erase the painting.

Continue the discussion