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.
- Customizable alert box appearance (colors, size, fonts).
- Option to add buttons with custom actions.
- Easy integration into your .NET projects.
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.gitOr, you can download the compiled version from the releases section.
To use the Custom Alert Box in your project, simply:
- Add the control to your form.
- Customize the appearance and functionality as needed.
- 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);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. 🌟



