
Adds Microsoft Visual Studio 2022 support.
Features
- Added Microsoft Visual Studio 2022 support:
- Source files are fully compliant with Visual 2022 C++ compiler.
- All examples and samples have been thoroughly tested with Visual Studio 2022.
- Evaluation version contains DLLs and libraries required for Visual Studio 2022.
- Grid and Report Controls
- Added Microsoft Excel-like text overflowing.
- Added grid cell selection animation effect: When you are clicking a single cell, selection border will be smoothly moved from a previous location.
- Controls
- Added a new class CBCGPCheckComboBox which implements a combo box with checked drop-down list.
- CBCGPEdit: Added the ability to display prompt (cue banner) when control is focused.
- CBCGPTreeCtrlEx: Added standard tree view notifications such as NM_CLICK, NM_DBLCLK, NM_RCLICK, NM_RDBLCLK and NM_SETFOCUS.
- Examples and Samples
- BCGPControls: Demonstrates a new CBCGPCheckComboBox control and edit box cue banner improvements.
- BCGPGridExample: Added text overflowing and cell selection animation demonstrations.