Skip to content
⌘ NSIS Forum Archive

Showing a png image to display progress bar status

3 posts

DivyaArun#

Showing a png image to display progress bar status

Hi,

I have a progress bar that stops upon finishing a particular task. I have a requirement where I need to show a green tick mark once the progress bar completes and red cross mark in case of any error. I tried with Create_Bitmap, NSD_Set Image , but since it doesn't support png images, I am not able to use it. Moreover such error and done images are usually having transparent background.

Please suggest what is the easiest way.

Thanks.
DivyaArun#
Originally Posted by Anders View Post
Convert your .png to .ico
Hi,

I was able to achieve the same using .ico file and using NSD_CreateIcon

Thanks