M
m_evergreen
I have what I think is a simple problem and yet I can't seem to find a
solution. All I want to do is switch from one page to another within
the same vb.net project.
I expected frmThank.show to work, but it doesn't. I get the following
error:
error BC30456: 'Show' is not a member of 'PurchasePhone.frmThank'.
After viewing some of the postings within groups I found what I
thought might be a solution:
'Show thank you
Dim Thanks As New frmThank
'show new form
Thanks.Show()
but it results in the same error:
error BC30456: 'Show' is not a member of 'PurchasePhone.frmThank'.
I hope that someone can help me with this. I learned vb in version
6.0 and I was still at beginner level so vb.net is proving more
difficult than expected.
Thank you,
-M
solution. All I want to do is switch from one page to another within
the same vb.net project.
I expected frmThank.show to work, but it doesn't. I get the following
error:
error BC30456: 'Show' is not a member of 'PurchasePhone.frmThank'.
After viewing some of the postings within groups I found what I
thought might be a solution:
'Show thank you
Dim Thanks As New frmThank
'show new form
Thanks.Show()
but it results in the same error:
error BC30456: 'Show' is not a member of 'PurchasePhone.frmThank'.
I hope that someone can help me with this. I learned vb in version
6.0 and I was still at beginner level so vb.net is proving more
difficult than expected.
Thank you,
-M