You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
InformationBox is the simplest and easiest way to create personalized MessageBox.
16
16
17
17
Stop wasting time developing your own custom MessageBox, everything you need is already available. Just customize your MessageBox using the visual designer and the code is automatically generated !</description>
18
-
<summary>InformationBox (.NET 4.0+) is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace</summary>
18
+
<summary>InformationBox (.NET 4.8+, dotnet core 8.0+) is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace</summary>
19
19
<releaseNotes>
20
-
- Removed support for .NET 6.0 (Windows)
21
-
- Added support for .NET 10.0 (Windows)
20
+
- Improved text measurement accuracy by migrating from Graphics.MeasureString (GDI+) to TextRenderer.MeasureText (GDI)
21
+
- Removed Graphics dependency for better testability
22
+
- Text sizing now matches actual TextBox rendering more accurately
0 commit comments