Get input from InputBox : InputBox « GUI « VB.Net Tutorial






Get input from InputBox
Imports System.Drawing
Imports System.Drawing.Drawing2D
Imports System.Windows.Forms

public class PasswordFieldMatch
   public Shared Sub Main
      Dim Filename As String
      Filename = InputBox("Your Value", "Title", "c:\document")
   End Sub
End class








14.61.InputBox
14.61.1.Use InputBox to read Integer value
14.61.2.Use InputBox to read Double value
14.61.3.Read Integer value from Keyboard
14.61.4.Use InputBox to read string value
14.61.5.Get input from InputBoxGet input from InputBox
14.61.6.InputBox DemoInputBox Demo