I want to use a custom icon in MessageBox.Show(\"Message\", \"Title\", MessageBoxButton.OK, MeesageBoxIcon.myIcon) Method.
MessageBox.Show(\"Message\", \"Title\", MessageBoxButton.OK, MeesageBoxIcon.myIcon)
Any suggestion please?
You can use Task Dialog Indirect API from Microsoft, which will help you to show custom dialogs.