T
Trev
Hey,
I just want to know (i know i should know this) how can i
show up another form?
I have 2 forms and the first one has a button on it that
when i click the button i want the second form to show up
(and the first form disappear), and i also want another
button on the second form to return to the first form.
When i use the following code
Private Sub Button1_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnNorthwind.Click
DataForm1.Show()
End Sub
I get this error: Reference to a non-shared member
requires an object reference.
Can someone please help me.
Thanks
I just want to know (i know i should know this) how can i
show up another form?
I have 2 forms and the first one has a button on it that
when i click the button i want the second form to show up
(and the first form disappear), and i also want another
button on the second form to return to the first form.
When i use the following code
Private Sub Button1_Click(ByVal sender As
System.Object, ByVal e As System.EventArgs) Handles
btnNorthwind.Click
DataForm1.Show()
End Sub
I get this error: Reference to a non-shared member
requires an object reference.
Can someone please help me.
Thanks