Is there any way to have a default MessageBox.Show() caption? Let says I would like to have my application name as Message Box caption and I don’t want to input MessageBox.Show(msg, ApplicationName) all the time. I just want to call MessageBox.Show(msg).
Share
make Global function like this:
now when you want to show message just write: