Graphical User-Interface: HOME
Print screen of our system's HOME. I used Microsoft Visual Basic 2010 Express. This is not the final GUI since I added more tabs and enhanced the buttons with images.
Codes for linking the forms:
1. First, double click the button that you want to use that will act as a bridge for the form. (Make sure the forms are found in the same PROJECT FILE.)
2. After double clicking the button, a screen will show containing all the codes of the form.
3. Then, between the Private Sub and the End Sub, insert these codes:
Form2.Show() //Form2 is the filename of the form, change it to your desired form
Me.Hide() // this will hide the current form after clicking the button
4. Save. And RUN. :)
Sorry for the lame explanation. LOL, but at least, I tried :D
0 comments