I am creating a custom messagebox. How can I use system pictures such as Error, Information, Warning and etc, which I see in windows MessageBox? I want to access them directly!
I am creating a custom messagebox. How can I use system pictures such as
Share
Take a look at
System.Drawing.SystemIcons. You should find them there.Then set your
PictureBox(assuming Winforms here) like this: