Results 1 to 18 of 18

Thread: [RESOLVED] How can I loop an InputBox to have different function

Threaded View

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2020
    Posts
    18

    Resolved [RESOLVED] How can I loop an InputBox to have different function

    I have here a code that displays an InputBox when I item of the combobox is selected.
    I want my application to display different InputBoxes ......for Eg. after asking the user for their last name , it should also ask for their gender and continuously
    Code:
            If ComboBox1.Text = "General Science" Then
                Dim lname As String = InputBox("Enter your Last Name", Me.Text, "NoName")
    
             
            End If
    
        End Sub
    Attached Images Attached Images  

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width