Image

Imagerhiahnnon wrote in Imagevbdev

Message box question

Hi, all! I just have a simple question regarding the Messagebox.Show process.

As part of this class exercise I have to display a receipt in the form of a message box that says the Customer Name, the total price and the date.

I think part of the code would be MessageBox.Show("Recieved from" ...)

I know that variables have to be declared after the private sub and that they need to be placed in the brackets after "recieved from". And I think the & character is used between each string...but it's still not working. I've checked almost every book on the subject and they haven't been too helpful

Basically I just need to know how to code it the right way..

Anyways, I hope I didn't confuse you. Thank you in advance!:)