With VB.NET how do I get a response to:
Console.WriteLine("my question here: ")
sUserInput = System.Console.ReadLine()
To appear like this:
my question here: (User can type here)
instead of down here......
And is there anyway to change the color of
text in a console app? How about the backround?


Reply With Quote