Is there a way to have a default MessageBox.Show () header? Let's say that I would like my application name to be called by the Message Box header and I don't want to keep typing MessageBox.Show (msg, ApplicationName). I just want to call MessageBox.Show (msg).
I don't believe so. But why not just create a wrapper function that puts that signature by default in the MessageBox and they you just call the wrapper function.