i forget what s the name of input message box

to prompt the user to enter a string in a little input text box
Thanks


Answer this question

i forget what s the name of input message box

  • Peter Cwik

    Hi, it's this one: Microsoft.VisualBasic.Interaction.InputBox


  • mentas

    they removed that from .net

    it s only in vb any reason


  • lookat

     

    Hi,

    Dim response As String

    response=InputBox("Please enter your name.")

     

    Regards,

    S_DS

     



  • laurag

    What is your follow up question It is there as Nogchoco states (if you need a quick and dirty way of getting a simple input while testing). There really isn't a necessity for it in the core .NET framework.



  • i forget what s the name of input message box