messagebox

  1. N

    Make a simple OK MessageBox with a critical style in Visual Basic 2010?

    How do I make a simple message box such as 'MessageBox.Show("Stuff here")' with a critical style such as 'style = MsgBoxStyle.Critical'? I am pretty much looking to merge the two..
Back
Top