How do you get a class to interact with the form to show a message box?
using System.Windows.Forms; ... MessageBox.Show("Hello World!");