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

NathanRomeo

New member
Joined
May 24, 2011
Messages
1
Reaction score
0
Points
1
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