I am getting error while showing another form through menustrip button

  • Thread starter Thread starter IndianEmpire
  • Start date Start date
I

IndianEmpire

Guest
Private Sub AnimalsToolStripMenuItem_Click_1(sender As Object, e As EventArgs) Handles AnimalsToolStripMenuItem.Click
anigrid.show()
Me.Hide()
End Sub

error:Property access must assign to the property or use its value



thanks

Continue reading...
 
Back
Top