|
|
|
|
|||||||
|
|
Thread Tools | Search this Thread | Display Modes |
|
#14
|
||||
|
||||
|
Small update
Small update
Fixed the display of the window thumbnail in the taskbar on Windows 11 - previously, the image could appear "blurred"/"compressed" due to incorrect calculation of the client area. Added processing adjustments based on the system window boundaries, which eliminates distortion and provides a clearer preview. Code:
WM_NCCALCSIZE Code:
DwmSetWindowAttribute(DWMWA_CAPTION_COLOR) Now, the most appropriate frame size is selected from the .ico file, taking into account the DPI, which results in a clear and correct display without distortion in most cases. Code:
Factory: IWICImagingFactory; Decoder: IWICBitmapDecoder; Frame: IWICBitmapFrameDecode; Converter: IWICFormatConverter;
__________________
https://t.me/FMXInno |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| BlackBox v2 | y_thelastknight | Conversion Tutorials | 567 | 11-03-2025 07:16 |
| Useful Dll for Inno Setup users | peterf1999 | Conversion Tutorials | 88 | 01-12-2017 16:00 |
| INNO TUTORIAL - Using Unicode and ANSI Versions of INNO Setup | REV0 | Conversion Tutorials | 51 | 26-03-2015 06:57 |
| Call of Duty Modern Warfare II DVD9 - 2xDVD5 Inno Setup | Razor12911 | PC Games - CD/DVD Conversions | 6 | 11-04-2014 08:53 |