Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Private Sub Command1_Click()
- If Textbox1.Text = "nadds" then
- Nadds.Visible = True
- Unload Me
- Elseif Textbox1.Text = "nss" then
- NSS.Visible = True
- Unload Me
- End If
- End Sub
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement