Input Box in C#
  Visual Basic 6.0 has an InputBox() function, Visual Basic .NET has one but in C# you don't. You can easily solve this by adding a reference to 'Microsoft.VisualBasic.dll' and using the static method 'Microsoft.VisualBasic.Interaction.InputBox()'.
      
    - Read more about Input Box in C#
- Log in or register to post comments
- 372 views
 
               
 
 
 
 
 
 
