Skip to content

InformationBox is an alternative to the default MessageBox included in the System.Windows.Forms namespace

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
license.md
Apache-2.0
license.txt
Notifications You must be signed in to change notification settings

MagicAndre1981/InformationBox

 
 

NuGet packages

.NET 2.0/3.5: https://nuget.org/packages/InformationBoxLegacy/

.NET 4.8/.NET 6.0/.NET 7.0/.NET 8.0: https://nuget.org/packages/InformationBox/

Build

Status for .NET 4.8+ branch: Build status

Project Description

InformationBox is a flexible alternative to the default MessageBox included in the System.Windows.Forms namespace.

It provides the same base functionality and is extended with, for example, custom buttons, or personnalized icons. You can customize your InformationBoxes with custom screen position, or custom button placement. And there are many more features !

InformationBox is the simplest and easiest way to create personalized MessageBox.

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 !

Find out more about the inner working of InformationBox in the documentation.

Highlights

The InformationBox initializes itself according the provided parameters. The constructor accepts an undefined number of parameters, in an undefined order. Unlike the default MessageBox, if you only need to specify the default button, you do not have to provide any other parameter. Provide what you need, and let the default values do their jobs. A version exists for both the framework 1.1 and 2.0+ and 4.0+. The .NET 4.0 version supports optional parameters allowing clearer use of the different parameters.

Starting with release 0.6.0.0, a new visual style is available. It is only for the .NET 2.0+ version. As a result, the latest .NET 1.1 version is 0.5.1.0. It is not planned to implement the new visual style in the .NET 1.1 branch, and as soon as this branch is stable, it will be discontinued, allowing faster development of the .NET 2.0+ branch.

Availability

The project is available on NuGet, deployable using the installers, or compilable from source.

Features

  • Multilanguage support (contributors needed).
  • New visual style using glass components (.NET 2.0+ only).
  • Scrollable when the text is too large.
  • Message is selectable for easy copy (Ctrl-C).
  • Possibility to modify the colors (back colors).
  • Auto closing after n seconds.
  • Pretty icons included as replacements for the old MessageBox icons.
  • Many new icons added to the default ones.
  • External icons support, and automatic selection of the corresponding icon size.
  • Possibility to add an icon in the title bar (it may be different from the main one in the box).
  • Built-in support for "do not show again" checkbox.
  • Custom buttons text.
  • Custom buttons placement (right/left aligned, centered, etc).
  • Custom placement (center on parent/screen).
  • Possibility to reformat text to minimize width or height of the InformationBox.
  • Support for MessageBox enums.
  • Support for .NET 1.1 (discontinued legacy package)
  • Support for .NET 4.8
  • Support for .NET 6.0 (windows)
  • Support for .NET 7.0 (windows)
  • Support for .NET 8.0 (windows)
  • Help file support.
  • Possibility to show modeless boxes.
  • Possibility to define scopes.
  • Opacity (10 to 100%)
  • Developer friendly (provide-only-what-you-want-to-customize constructor).
  • Visual Designer. Customize your InformationBox and the designer generates the code!
  • Available for FREE even for commercial use.

About

InformationBox is an alternative to the default MessageBox included in the System.Windows.Forms namespace

Resources

License

Unknown, Apache-2.0 licenses found

Licenses found

Unknown
license.md
Apache-2.0
license.txt

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C# 100.0%