Results 1 to 2 of 2

Thread: Input box in VB.Net

  1. #1
    Join Date
    Dec 2008
    Posts
    13

    Input box in VB.Net

    what is input box? and how to use it in a vb.net projects?

  2. #2
    Join Date
    Dec 2008
    Posts
    19

    Re: input box

    HI,
    Input box is used to take some input from the user. and then it perform some action after clicking on ok button.

    Ex:-
    Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    Dim x As String = "Alpesh"
    InputBox(x)

    Dim s As String = InputBox("enter your text here")

    End Sub
    End Class

Similar Threads

  1. PC Input Lag in Dirt 3
    By Satguru in forum Video Games
    Replies: 6
    Last Post: 01-06-2011, 10:12 PM
  2. Are there any other TFT displays that have zero input lag
    By Pierson in forum Monitor & Video Cards
    Replies: 5
    Last Post: 01-04-2011, 07:53 AM
  3. Input type with CSS
    By Miles Runner in forum Software Development
    Replies: 5
    Last Post: 03-03-2010, 05:51 PM
  4. Input not supported
    By Faakhir in forum Monitor & Video Cards
    Replies: 4
    Last Post: 10-07-2009, 11:24 AM
  5. Overclocked i7 920, Need your input please
    By Kreyg in forum Overclocking & Computer Modification
    Replies: 3
    Last Post: 11-05-2009, 09:47 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,714,101,065.48175 seconds with 16 queries