K
kronecker
Sounds simple enough when I do
Form2.Hide() calling this from Form1 it closes fine (or hides)
However, I have a form which is called from another form say Form3
which is called from Form2 and it won't close or hide.
I do
Form3.Close()
and nothing happens - no error message either.
Each form is defined at the top as dim formx as new formx()
where x is the number of the form.
K.
Form2.Hide() calling this from Form1 it closes fine (or hides)
However, I have a form which is called from another form say Form3
which is called from Form2 and it won't close or hide.
I do
Form3.Close()
and nothing happens - no error message either.
Each form is defined at the top as dim formx as new formx()
where x is the number of the form.
K.