Michael Kaufmann wrote:
Changelog:
- Detect if the image of the current process has a manifest. If yes,
enable some Windows XP-specific features (as described in MSDN)
- Destruction of the control window: Destroy bitmaps loaded at control
creation time (removed a resource leak)
- Always stretch bitmaps and icons to the whole client area
- Windows XP mode: Different bitmap background, different icon
background.
- Add some notes
This doesn't seem right. User32 shouldn't be checking manifests, I would expect the STATIC control to be subclassed in COMCTL32 and the WinXP functionality implemented there.
- Filip