Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Specify taskbar icon for a MessageBox

Tags:

.net

winforms

How do I specify which icon a MessageBox should use in the taskbar? There are no MessageBox.Show overloads which let me select a taskbar icon, only an icon to use in the actual form.

like image 915
jgauffin Avatar asked Feb 02 '23 22:02

jgauffin


1 Answers

I don't think it's possible to change the taskbar icon; your only option would be to make your own MessageBox.

like image 72
alex Avatar answered Feb 17 '23 09:02

alex