Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# error messagebox


MessageBox.Show("Some text", "Some title", 
    MessageBoxButtons.OK, MessageBoxIcon.Error);

Source by devarama.com #
 
PREVIOUS NEXT
Tagged: #error #messagebox
ADD COMMENT
Topic
Name
6+3 =