Hi All,
Am doing a custom message box which will have dynamic buttons as per my requirement.
As I want to show images in the message box, I tried to show images from the MessageBoxImages Enumeration.
Can we use the MessageBoxImages Enumeration to a Image Source? or else can we use SystemIcons class to achieve this?
How can I use SystemIcons class to have images for my Message Window in WPF?