Beginning VB.Net Question
I am taking my first course in VB.Net. I need to complete a program that needs to have a three line sentance such as "You need [x amount of points] to get to 100"
I have two questions: 1. How to insert the number of points required? I have a sum and need to insert remaining points needed to get to 100.
2. How do I insert a carriage return so this shows up in a message box on three lines. I have the message box created but cannot figure out how to insert a carriage return.
thanks,
Steve