I am trying to create a virtual command prompt using VB.Net (Visual Studio 2012).
I am trying to simulate the windows command prompt but in a virtual sense.
Has anyone tried to do something like this before?
Thank you in advance for your response and suggestions.
Edit: users will type commands into the command prompt and they will receive feedback depending on what they are trying to do. I will have a "help" command the user can enter and the command prompt will display everything the user is able to do. I am having trouble "styling" objects in visual basic to make them look and react like an actual command prompt.