Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~326 People Reached
Favorite Forums
Favorite Tags
Member Avatar for ponsy

hi why does this prompt a wrong pass? plss help. :( Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = "Username" And TextBox2.Text = "Password Then" Then Me.Hide() Form2.Show() Else MsgBox("Wrong Username of Password.", vbExclamation, "Wrong") End If

Member Avatar for Deep Modi
0
131
Member Avatar for ponsy

Good Day, how can i put a username and password in form? in Visual Basic 2008

Member Avatar for Deep Modi
0
195