i am doing a very small project to get used to using vb6 but, i am stuck i wont a dialog box to appear when the text is not equal to what i wont it to be . I hope it will make more sense after my basic code
If TextBox1.Text = "password" Then form2.show()
If TextBox1.Text = Nothing Then Dialog1.Show()
i wont to add in a line of command so that if textbox1.text doesn't equal "password" dialog2 will show
thanks for your time / help
i think its pretty sure its simple just can't find the code :(
If TextBox1.Text = "password" Then form2.show()
If TextBox1.Text = Nothing Then Dialog1.Show()
i wont to add in a line of command so that if textbox1.text doesn't equal "password" dialog2 will show
thanks for your time / help
i think its pretty sure its simple just can't find the code :(
Comment