G
Guest
I have a form with a main menu. From that menu, I want to select another form. I have the code behind it, yet when the form appears it's blank. It is not the one I've created
This is the code
Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem3.Clic
Cursor = System.Windows.Forms.Cursors.WaitCurso
Dim EndItem As New For
EndItem.ShowDialog(
Cursor = System.Windows.Forms.Cursors.Defaul
End Su
End Item is the name of the form I want to display
I have no idea what it wrong. I wrote this code for another program and it works fine there
Thanks in advance
Elen
This is the code
Private Sub MenuItem3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MenuItem3.Clic
Cursor = System.Windows.Forms.Cursors.WaitCurso
Dim EndItem As New For
EndItem.ShowDialog(
Cursor = System.Windows.Forms.Cursors.Defaul
End Su
End Item is the name of the form I want to display
I have no idea what it wrong. I wrote this code for another program and it works fine there
Thanks in advance
Elen