User Input

Is there a VB2005 equivalent of the VB6 input box control

Answer this question

User Input

  • stbrian2000

    Hi,

    Are you refering to the inputbox in VB6 which prompts the user of an input If so, Try This:

    Interaction.InputBox("Enter a Value:", "Input Box Sample")

    Here's the docs for that.



    cheers,

    Paul June A. Domag


  • Neil_Trainer1

    Yes, it's the System.Windows.Forms.TextBox control, from memory.



  • User Input