![enter image description here][1]How do you use a messagebox to ask for user input using c#?
I tried the 'using Microsoft.Visualbasic;' and Microsoft.VisualBasic.Interaction.InputBox <--- the "Interaction" namespace doesn't exist.
Is there another way of asking a user for input or do I just create another form?
I get this error: The type or namespace name 'Interaction' does not exist in the namespace 'Microsoft.VisualBasic' (are you missing an assembly reference?)