Software Development Network>> VS Express Editions>> User Input
Yes, it's the System.Windows.Forms.TextBox control, from memory.
User Input
stbrian2000
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.