Hello,
I can not get the second form to completly close.
On form 1, I perform
{
nFrmIdentify = new frmIdentify();
}
if
mFrmIdentify.Show();
In form 2, on close
I tried callinig this.close() and this.hide(); Neiter of which make the call above mFrmIdentify == null
so that I can reopen the same form again.
THanks.