|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Vb.Net Question about forms
Ok. I have a main menu in the main form.
In the mnuFileSummary I want when the user clicks, to show or link to another form (frmSummary). How do I do that? Code:
Private Sub mnuFileSummary_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles mnuFileSummary.Click |
|
#2
|
|||
|
|||
|
well, we have to set a new form object refers to the form you want to link
<code> Dim newForm As New frmSummary() newForm.Show() </code> |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > .Net Development > Vb.Net Question about forms |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|