flat assembler
Message board for the users of flat assembler.
Index
> Windows > Array creation |
Author |
|
Carlito 26 Nov 2005, 08:55
Hi everybody, i'm trying to set a fancy shape for a win32 window using the
HRGN CreatePolygonRgn( CONST POINT *lppt, // array of points int cPoints, // number of points in array int fnPolyFillMode // polygon-filling mode ); is fasm. In order to make something like http://www.vbaccelerator.com/codelib/winstyle/bmpwinsh.htm But as mentionned above, it needs an array of POINT. I wrote Code: Polygon: rept 100 { local pt pt POINTS } but can't figure out on how to initialize the values of my points and even though how to put them in an array. Can someone figure it out? Thanks in advance. |
|||
26 Nov 2005, 08:55 |
|
< Last Thread | Next Thread > |
Forum Rules:
|
Copyright © 1999-2024, Tomasz Grysztar. Also on GitHub, YouTube.
Website powered by rwasa.