CodePudding user response:
A sentence or two, but you need to is WS_EX_LAYERED style of windowCodePudding user response:
[code=cGradientFillThe GradientFill function fills a rectangle and triangle structures.
BOOL GradientFill (
HDC HDC,//handle to the DC
PTRIVERTEX pVertex,//an array of are
ULONG dwNumVertex,//number of are
PVOID pMesh,//an array of gradients
ULONG dwNumMesh,//the size of gradient array
ULONG dwMode//gradient fill mode
);
] [/code]