I'm new to c# so I apologize if this is a stupidly obvious question, or if I worded it in a bad way.
I'm working on a VC# project that requires the use of the MsgBox() and InputBox() methods pretty frequently, and it's getting frustrating to either type the entire thing out or find it somewhere else in the code and copy-pasting it. First thing that came to mind is #define, but since it's a function and not a constant/variable, I'm not sure how to do that or if it's even possible.
Thanks in advance for your help.