Advertisement
Nadds

Visual Basic 6 | Search Box

Sep 12th, 2016
907
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. Private Sub Command1_Click()
  2. If Textbox1.Text = "nadds" then
  3. Nadds.Visible = True
  4. Unload Me
  5. Elseif Textbox1.Text = "nss" then
  6. NSS.Visible = True
  7. Unload Me
  8. End If
  9. End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement