vb.net - How to create a visual basic dialog box that users can input text -


I have a program that creates a very basic picture with images and greeting to users. I want the user to choose the text.

  public sub-set text (by the word string as a string) fmessage.Text = aMessage  

This method I want to invoke. How do I create a dialog box that users want what they want, so that fmessage recognizes that value?

You want InputBox I think

P>

  dim myValue string = In the form of input box ("Enter value", "Enter value", "Please enter value")  
< / Div>

Comments