Query text window
I want to display a window where the user can input text and then when he presses ok button it closes and returns the window. But I don't want to make a form just for that. Is there another and better way of doing so? Thank you.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Jan MontanoPosted Jan 8, 2009, 10:38 PM
Or if you really want to, you could use Microsoft.VisualBasic.Interaction.InputBox. You need to add 'Microsoft.VisualBasic.dll" as reference.