Microsoft Visual Basic 2008 Lesson 1 – Login Form (HD)
Welcome to the first tutorial made by FIB. Today we show you how to make a login form on Microsoft Visual Basic 2008. It is a simple program that will teach you how to make message boxes, text boxes, buttons, how to use the code builder and how to swap from one form to another. In this easy-to-follow guide we will guide you step by step on how to design a GUI (Graphical User Interface), What to say in the coding and how to become a amateur programmer. If you like this video “Subscribe” & Rate. If you have to tell or ask us something, leave a comment, PM us or you could e-mail us at triplefib@hotmail.co.uk Thank You FIB Codes: Private Sub cmdok_click(byval sender As System.Object, byval e As System.eventargs) Handles cmdok.Click If textbox1.text = “Username” and textbox2.text = “Password” then Me.Hide() Form2.show Private Sub button2_click(byval sender As System.Object, byval e As System.eventargs) Handles Button2.Click Me.Hide() End Sub End Class











Add file here ?????
hey i have a question!
I wanna make a program that sends a email to me like..
when thay type somthing in there it will send a email to my email how?
or if u dont know can you send me a link on youtube so i can check help me plzz any one