In Visual Basic / Visual Studio 2019 How is code written for opening another Form

  • Thread starter Thread starter Gary Simpson
  • Start date Start date
G

Gary Simpson

Guest
Hi Good People

Can someone tell me how code is written for opening another form in Visual Basic 2019. Using a Menu strip Label.

It seems that the way of writing code

Private Sub msiDeleteAccount_Click(sender As Object, e As EventArgs) Handles msiDeleteAccount.Click
frmDeleteAccount.Show()
Me.Hide()
End Sub

Does not seem to work anymore. So can anyone please tell me how this is done.

Kind Regards

Gary



Gary Simpson

Continue reading...
 
Back
Top