V
VB Programmer
How can I do this (both ways)?
I've tried this: MessageBox.Show(Convet.ToString(MyShortVar));
But it fails telling me I have invalid arguments for Show.
I've tried this: MessageBox.Show(Convet.ToString(MyShortVar));
But it fails telling me I have invalid arguments for Show.