B
Bernie Yaeger
I'm launching one window from another. I have a close button in the first
window and when I click it, it executes me.close. However, the form also
has a treeview control. If I launch the second window on a treeview node
selection, the second window launches just fine; however, if I have me.close
in the code right after it, I get the error 'cannot access a disposed object
called 'treeview'. This even happens if I simply call closeit.performclick.
If I do nothing, I can click the close button and I don't get an error.
What's going on here?
Tx for any help.
Bernie Yaeger
window and when I click it, it executes me.close. However, the form also
has a treeview control. If I launch the second window on a treeview node
selection, the second window launches just fine; however, if I have me.close
in the code right after it, I get the error 'cannot access a disposed object
called 'treeview'. This even happens if I simply call closeit.performclick.
If I do nothing, I can click the close button and I don't get an error.
What's going on here?
Tx for any help.
Bernie Yaeger