This article will include steps on how to create a login form in VB .Net by using Windows Application Form environment. I won’t be using any database for this user/pass validation but just two variables that will hold the credentials. Yes, Database is must whenever you wanna store information but this is just to help you learn deceleration of variables and how to use If Else, and you will be…