diff --git a/add/media/messagebox-asterisk.gif b/add/media/messagebox-asterisk.gif deleted file mode 100644 index faeae0c3f98..00000000000 Binary files a/add/media/messagebox-asterisk.gif and /dev/null differ diff --git a/add/media/messagebox-asterisk.png b/add/media/messagebox-asterisk.png new file mode 100644 index 00000000000..3ea69d77352 Binary files /dev/null and b/add/media/messagebox-asterisk.png differ diff --git a/add/media/messagebox-error.gif b/add/media/messagebox-error.gif deleted file mode 100644 index 865852a1284..00000000000 Binary files a/add/media/messagebox-error.gif and /dev/null differ diff --git a/add/media/messagebox-error.png b/add/media/messagebox-error.png new file mode 100644 index 00000000000..26e1dd66201 Binary files /dev/null and b/add/media/messagebox-error.png differ diff --git a/add/media/messagebox-exclamation.gif b/add/media/messagebox-exclamation.gif deleted file mode 100644 index 8316acbde05..00000000000 Binary files a/add/media/messagebox-exclamation.gif and /dev/null differ diff --git a/add/media/messagebox-exclamation.png b/add/media/messagebox-exclamation.png new file mode 100644 index 00000000000..d6b2cde0c8e Binary files /dev/null and b/add/media/messagebox-exclamation.png differ diff --git a/add/media/messagebox-hand.gif b/add/media/messagebox-hand.gif deleted file mode 100644 index 865852a1284..00000000000 Binary files a/add/media/messagebox-hand.gif and /dev/null differ diff --git a/add/media/messagebox-hand.png b/add/media/messagebox-hand.png new file mode 100644 index 00000000000..26e1dd66201 Binary files /dev/null and b/add/media/messagebox-hand.png differ diff --git a/add/media/messagebox-information.gif b/add/media/messagebox-information.gif deleted file mode 100644 index faeae0c3f98..00000000000 Binary files a/add/media/messagebox-information.gif and /dev/null differ diff --git a/add/media/messagebox-information.png b/add/media/messagebox-information.png new file mode 100644 index 00000000000..3ea69d77352 Binary files /dev/null and b/add/media/messagebox-information.png differ diff --git a/add/media/messagebox-question.gif b/add/media/messagebox-question.gif deleted file mode 100644 index 01e857c1086..00000000000 Binary files a/add/media/messagebox-question.gif and /dev/null differ diff --git a/add/media/messagebox-question.png b/add/media/messagebox-question.png new file mode 100644 index 00000000000..4374fd56e7b Binary files /dev/null and b/add/media/messagebox-question.png differ diff --git a/add/media/messagebox-stop.gif b/add/media/messagebox-stop.gif deleted file mode 100644 index 865852a1284..00000000000 Binary files a/add/media/messagebox-stop.gif and /dev/null differ diff --git a/add/media/messagebox-stop.png b/add/media/messagebox-stop.png new file mode 100644 index 00000000000..26e1dd66201 Binary files /dev/null and b/add/media/messagebox-stop.png differ diff --git a/add/media/messagebox-warning.gif b/add/media/messagebox-warning.gif deleted file mode 100644 index 8316acbde05..00000000000 Binary files a/add/media/messagebox-warning.gif and /dev/null differ diff --git a/add/media/messagebox-warning.png b/add/media/messagebox-warning.png new file mode 100644 index 00000000000..d6b2cde0c8e Binary files /dev/null and b/add/media/messagebox-warning.png differ diff --git a/xml/System.Windows.Forms/MessageBoxIcon.xml b/xml/System.Windows.Forms/MessageBoxIcon.xml index cba7ceb7c64..93fe2c4e560 100644 --- a/xml/System.Windows.Forms/MessageBoxIcon.xml +++ b/xml/System.Windows.Forms/MessageBoxIcon.xml @@ -82,7 +82,20 @@ Private Sub Form1_FormClosing( _ End If End Sub ``` - + +This table shows the different icons: + +|Icon|Name| +|-|-| +|![White X in red circle](~/add/media/messagebox-hand.png "White X in red circle")|Hand| +|![White question mark in blue circle](~/add/media/messagebox-question.png "White question mark in blue circle")|Question| +|![Black exclamation point in yellow triangle](~/add/media/messagebox-exclamation.png "Black exclamation point in yellow triangle")|Exclamation| +|![White lowercase i in blue circle](~/add/media/messagebox-asterisk.png "White lowercase i in blue circle")|Asterisk| +|![White X in red circle](~/add/media/messagebox-stop.png "White X in red circle")|Stop| +|![White X in red circle](~/add/media/messagebox-error.png "White X in red circle")|Error| +|![Black exclamation point in yellow triangle](~/add/media/messagebox-warning.png "Black exclamation point in yellow triangle")|Warning| +|![White lowercase i in blue circle](~/add/media/messagebox-information.png "White lowercase i in blue circle")|Information| + ]]> @@ -286,4 +299,4 @@ End Sub - \ No newline at end of file + diff --git a/xml/System.Windows/MessageBoxImage.xml b/xml/System.Windows/MessageBoxImage.xml index a97566ba1fc..73eee8ef302 100644 --- a/xml/System.Windows/MessageBoxImage.xml +++ b/xml/System.Windows/MessageBoxImage.xml @@ -23,14 +23,14 @@ ||| |-|-| -|![Hand icon](~/add/media/messagebox-hand.gif "Hand icon")|Hand| -|![Question icon](~/add/media/messagebox-question.gif "Question icon")|Question| -|![Exclamation icon](~/add/media/messagebox-exclamation.gif "Exclamation icon")|Exclamation| -|![Asterisk icon](~/add/media/messagebox-asterisk.gif "Asterisk icon")|Asterisk| -|![Stop icon](~/add/media/messagebox-stop.gif "Stop icon")|Stop| -|![Error icon](~/add/media/messagebox-error.gif "Error icon")|Error| -|![Warning icon](~/add/media/messagebox-warning.gif "Warning icon")|Warning| -|![Information icon](~/add/media/messagebox-information.gif "Information icon")|Information| +|![Hand icon](~/add/media/messagebox-hand.png "Hand icon")|Hand| +|![Question icon](~/add/media/messagebox-question.png "Question icon")|Question| +|![Exclamation icon](~/add/media/messagebox-exclamation.png "Exclamation icon")|Exclamation| +|![Asterisk icon](~/add/media/messagebox-asterisk.png "Asterisk icon")|Asterisk| +|![Stop icon](~/add/media/messagebox-stop.png "Stop icon")|Stop| +|![Error icon](~/add/media/messagebox-error.png "Error icon")|Error| +|![Warning icon](~/add/media/messagebox-warning.png "Warning icon")|Warning| +|![Information icon](~/add/media/messagebox-information.png "Information icon")|Information| For a sample that demonstrates several options when using the , see [MessageBox Sample](http://go.microsoft.com/fwlink/?LinkID=160023). @@ -232,4 +232,4 @@ - \ No newline at end of file +