Show / Hide Table of Contents

Version 70 Breaking Changes

Version 70 - Build 2211 - November 2022 - Initial Release Date: 08-11-2022

There are list of changes that have occurred during the development of the V70.## version

  • https://github.com/Krypton-Suite/Standard-Toolkit/issues/382
  • https://github.com/Krypton-Suite/Standard-Toolkit/issues/511

Ribbon Tooltips

dpiAware

If you are getting scaling problems in high dpi monitors, then please add an application manifest to your MainForm application, and uncomment the section that covers the dpiAware setting.

KryptonTaskDialog

As of v70.xx, the KryptonTaskDialog now uses the built-in KryptonMessageBoxIcon instead of the standard System.Windows.Forms.MessageBoxIcon. This will cause errors within your project. To resolve, simply replace MessageBoxIcon with the KryptonMessageBoxIcon equivalent.

KryptonPalette

Both Font1 & Font2 have been removed from Cargo, as they were not used.

KryptonMessageBox

The standard MessageBoxIcon option has been removed in favour of the built-in KryptonMessageBoxIcon. In addition, the MessageBoxDefaultButton has also been removed in favour of the built-in KryptonMessageBoxDefaultButton.

Strong Named Assemblies

After updating to v70, you may need to sign your assemblies for a successful build. To find out how to do this, click here.

Management of using Statements

As of version 60, all using statements are contained in one file per project unless otherwise. For details, please read this article.

Back to top Krypton Component Suite 2024 BSD 3-Clause License © Component Factory Pty Ltd, 2006 - 2016, All rights reserved. Modifications by Peter Wagner (aka Wagnerp), Simon Coghlan (aka Smurf-IV), Giduac & Ahmed Abdelhameed et al. 2017 - 2025. All rights reserved. https://github.com/Krypton-Suite