I would like to create a message box which has a textbox to enter a string in it how is this possible?
Sure it is. What you have to so, is to create a new Form, that will look like a messageBox. Put a textBox on it, and a buttons (Ok, Cancel, or what ever). Simple. Read More