i am trying to test if a form is open or not, i thought the following was working:
if frmname.isdiposed = false then call frmname.somefunction
but it doesnt work like i thought it did
basically what im trying to do is determine if a form is open or closed, if its open call a function on the form. if it is closed don't do anything
thanks in advance.