Problem with opening and closing forms

snow1

Member
Joined
Apr 21, 2006
Messages
17
Programming Experience
Beginner
What does this error mean? [Reference to a non-shared member requires an object reference]. It keeps popping out when i try to open a form named "frmLogIn". And this is the syntax i used: frmLogIn.Show()

Another error is this:
['Open' is not a member of 'WindowsApplication1.frmLogIn']. this shows up whennever i type: frmLogIn.Open().

What should i do? i cannot understand these errors. all im trying to do is open another form upon clicking a certain command button.
 
I'm trying to put together a team to Re-create Drug Wars in .NET would you like to join? so far we're up to three. only one of us seems to have any experience. but i'm gettin there.
 
Back
Top