I try to control something , if the inner frame (there are 2 nested
frames in main window, they are brothers not parent-child)
loaded.Because if not loaded my subroutins cause errors. What must the
hierarchy between these when we use the control from one to another
frame?
example
if firstframe.parent.secondframe.loaded then
' do something
Else
'do something
End if
Thanks
Caglar ORHAN