picture in gradient
is there any way of putting a picture in the gradiant window on the installer😁
9 posts
For a complete list of constant GetDeviceCaps knows to handle go to:HDC hdc = GetDC(NULL); // retrieves the device context for the entire screen
if (hdc == NULL)
return WhatEverNSISgetsForICant;
return GetDeviceCaps(hdc, HORZRES); // return width, in pixels, of the screen.
or
return GetDeviceCaps(hdc, VERTRES); // return height, in raster lines, of the screen.