A
aquascum
Guest
I have some problem in VB.NET.... I've created a series of forms and try to link them together using the code like
Me.Hide()
DIm abcForm = new LinkForm()
abcForm.show()
but they are not working.....even if i use Me.Close(), the program pops up an error.....or using Me.Dispose() in the first form of the series will cause error too.....it's real increadible!!! How can i fix such small but annoying errors??
Me.Hide()
DIm abcForm = new LinkForm()
abcForm.show()
but they are not working.....even if i use Me.Close(), the program pops up an error.....or using Me.Dispose() in the first form of the series will cause error too.....it's real increadible!!! How can i fix such small but annoying errors??