Creating Shaped Windows
Posted
by Duncan Jones
on January 28th, 2004

The code builds up an array of the Windows POINTAPI type to define the points of the shape (in this case a Christmas Tree), a Windows region is created using the CreatePolygonRgn call and then applied to the main window using the SetWindowRgn call.

Comments
There are no comments yet. Be the first to comment!