I have code that shows this:
Code:
  If lblYes.Tag = 1 Then
                Load frmMain
                frmMain.Show
                Unload frmGame
End If
But it highlights Load frmMain and says
Run time error 364 object was unloaded.... Why does it do that? I have unloaded things in the past.......