Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

messagebox.show c# error

MessageBox.Show("Some text", "Some title", 
    MessageBoxButtons.OK, MessageBoxIcon.Error);
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #error
ADD COMMENT
Topic
Name
3+3 =