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
@@ -19,7 +19,7 @@ InformationBox is the simplest and easiest way to create personalized MessageBox
19
19
20
20
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 !
21
21
22
-
**Find out more about the inner working of InformationBox [in the documentation](https://github.com/JohannBlais/InformationBox/wiki)**.
22
+
**Find out more about the inner working of InformationBox [in the documentation](Documentation)**.
23
23
24
24
**Highlights**
25
25
@@ -35,11 +35,12 @@ It is not planned to implement the new visual style in the .NET 1.1 branch, and
35
35
The project is available on NuGet, deployable using the installers, or compilable from source.
36
36
37
37
**Features**
38
-
* Multilanguage support (contributors needed).
38
+
* Multilanguage support (contributors needed).[Here](<Supported Languages>) is a list of supported languages.
39
39
* New visual style using glass components (.NET 2.0+ only).
40
40
* Scrollable when the text is too large.
41
41
* Message is selectable for easy copy (Ctrl-C).
42
42
* Possibility to modify the colors (back colors).
43
+
* Possibility to change the font and color of the content.
43
44
* Auto closing after _n_ seconds.
44
45
* Pretty icons included as replacements for the old MessageBox icons.
45
46
* Many new icons added to the default ones.
@@ -53,13 +54,14 @@ The project is available on NuGet, deployable using the installers, or compilabl
53
54
* Support for MessageBox enums.
54
55
* Support for .NET 1.1 (discontinued legacy package)
55
56
* Support for .NET 4.8
56
-
* Support for .NET 6.0 (windows)
57
-
* Support for .NET 7.0 (windows)
58
57
* Support for .NET 8.0 (windows)
58
+
* Support for .NET 9.0 (windows)
59
+
* Support for .NET 10.0 (windows)
59
60
* Help file support.
60
-
* Possibility to show modeless boxes.
61
-
* Possibility to define scopes.
61
+
* Possibility to show modeless boxes, details [here](<Modeless boxes>).
62
+
* Possibility to define [scopes](<InformationBox scopes>).
0 commit comments