0% found this document useful (0 votes)
11 views1 page

Callyn Villanueva's UI Navigation Code

The document contains code for handling click events on buttons and labels to bring different user controls to the front of a form. Button clicks trigger specific user controls to display for food, drinks, orders, about, and contact information. Empty subroutines are included for control paint events and loading an order user control.

Uploaded by

Deckster Devera
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
11 views1 page

Callyn Villanueva's UI Navigation Code

The document contains code for handling click events on buttons and labels to bring different user controls to the front of a form. Button clicks trigger specific user controls to display for food, drinks, orders, about, and contact information. Empty subroutines are included for control paint events and loading an order user control.

Uploaded by

Deckster Devera
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd

Private Sub Label1_Click(ByVal sender As [Link], ByVal e As System.

EventArgs)
Handles [Link]
[Link]()
End Sub

Private Sub Panel5_Paint(ByVal sender As [Link], ByVal e As


[Link])

End Sub

Private Sub Button2_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]
[Link]()

End Sub

Private Sub Button1_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]
[Link]()
End Sub

Private Sub Panel5_Paint_1(ByVal sender As [Link], ByVal e As


[Link])

End Sub

Private Sub Button3_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]
[Link]()

End Sub

Private Sub Ucorder1_Load(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]

End Sub

Private Sub Button4_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]
[Link]()

Private Sub Button5_Click(ByVal sender As [Link], ByVal e As [Link])


Handles [Link]
[Link]()

You might also like