How to change MessageBox.Icon

Does anyone know how to change MessageBox icons? I want to change some icons made by me.

Thanks.

+3
source share
1 answer

This is not possible, it MessageBoxsupports only a few basic icons.

You will need to create your own custom MessageBoxdialog.

+5
source

Source: https://habr.com/ru/post/1702910/


All Articles