Skip to content

Win32++ Version 9.5.0

Compare
Choose a tag to compare
@DavidNash2024 DavidNash2024 released this 12 Apr 03:59
· 8 commits to master since this release
40337e7

Version 9.5.0

This version adds a CustomPrintDlg sample. This sample provides an
alternative to the PrintDlg and PrintDlgEx common dialogs which have had
their functionality downgraded in Windows 11.

New Features and Enhancements

  • Added the CustomPrintDlg sample to provide an alternative to PrintDlg
    and PrintDlgEx.
  • Added a new feature to the Themes sample. This sample now demonstrates
    how to specify the window's caption color on Windows 11.
  • CComboBoxEx, CHeader, CListView, CToolbar, and CTreeView now manage their
    own image lists. There is no longer any need to keep a local copy of the
    image list assigned to these controls to keep the image list in scope.
  • Updated CImageList.
  • Updated CTab and the TabDemo sample.
  • Optimized the redrawing of frames and dockers when moving windows between
    monitors with different display settings.
  • Simplified support for additional toolbars in frames.