Truecolor icon in Win NT4
-
Dear all, I used a truecolor icon for my application. Unfortunately, Win NT does not support truecolor icon. How can I change the icon to a 256-color one (in run-time) when it runs in Win NT4? Best regards,
-
Dear all, I used a truecolor icon for my application. Unfortunately, Win NT does not support truecolor icon. How can I change the icon to a 256-color one (in run-time) when it runs in Win NT4? Best regards,
An ico file can contain several icons, just add a 256 color icon (using the resource editor in VS) and NT will show it automatically... - Anders Bill's Bar
My PhotosWDevs - The worlds first DSP, free blog space, email and more. Now also with forums :)
-
An ico file can contain several icons, just add a 256 color icon (using the resource editor in VS) and NT will show it automatically... - Anders Bill's Bar
My PhotosWDevs - The worlds first DSP, free blog space, email and more. Now also with forums :)
Thanks Anders, It worked!! BRs.