Red Security
Basic username and pasword login - Printable Version

+- Red Security (https://redsecurity.info/cc)
+-- Forum: Programming (https://redsecurity.info/cc/forumdisplay.php?fid=5)
+--- Forum: Visual Basic & .NET Framework (https://redsecurity.info/cc/forumdisplay.php?fid=17)
+---- Forum: Basic VB.net (https://redsecurity.info/cc/forumdisplay.php?fid=42)
+---- Thread: Basic username and pasword login (/showthread.php?tid=80)



Basic username and pasword login - viruss - 06-28-2017

Whats needed 

2 Textboxes
1 Button
and 2 Labels

source code

if Texbox1.text= "admin" and TextBox2.text = "admin Then

Form2.show


Else

 MsgBox("Sorry, username or password not found", MsgBoxStyle.OkOnly, "Invalid")

Private Sub Form1_Load(sender As Object, e As EventArgs) Handles MyBase.Load

    End Sub
End Class


RE: Basic username and pasword login - Mr.Kurd - 06-28-2017

Thanks buddy, Can you make a one connected with DB?! Access


RE: Basic username and pasword login - viruss - 07-04-2017

(06-28-2017, 06:33 AM)Mr.Kurd Wrote: Thanks buddy, Can you make a one connected with DB?! Access

lol just finished what u asked for last night will be up soon


RE: Basic username and pasword login - Mr.Kurd - 07-04-2017

(07-04-2017, 12:42 PM)viruss Wrote:
(06-28-2017, 06:33 AM)Mr.Kurd Wrote: Thanks buddy, Can you make a one connected with DB?! Access

lol just finished what u asked for last night will be up soon

Waiting like a good child. Tongue