Skip to content

KeremZayim/Custom-Alert-Box

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Alert Box

Custom Alert Box is a simple and customizable alert box for use in .NET applications. It provides an easy-to-use solution to show alerts with custom designs, colors, and actions.

Features

  • Customizable alert box appearance (colors, size, fonts).
  • Option to add buttons with custom actions.
  • Easy integration into your .NET projects.

Installation

You can clone the repository and add the control to your project or use the compiled version.

git clone https://github.com/KeremZayim/Custom-Alert-Box.git

Or, you can download the compiled version from the releases section.

Usage

To use the Custom Alert Box in your project, simply:

  1. Add the control to your form.
  2. Customize the appearance and functionality as needed.
  3. Display the alert box with your custom message and actions.

Example usage:

KZ_CustomAlertBox alert = new KZ_CustomAlertBox();
alert.Show("This is a custom alert message!", "Alert", KZ_CustomAlertBox.AlertType.Warning);

Alerts

resim resim resim resim

Support

If you find this project useful, please give it a star! 🌟

Feel free to open issues or submit pull requests if you have any improvements or bug fixes. Your contributions are highly appreciated!


Destek Olmak İçin Yıldız Verin!
Eğer bu projeyi faydalı bulduysanız, lütfen yıldız vererek desteğinizi gösterebilirsiniz. Yıldız vererek bu projenin daha fazla kişiye ulaşmasına yardımcı olabilirsiniz. 🌟

About

C# Custom Alert Box (Success, Error, Warning, Info)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages