Is there a way to identify when an MDI form is done loading?
I want to perform some activity on my form . . . but not until after the form is done loading. I tried putting my activity at the end of my "FormLoad" function but it's apparently not officially "done" loading until after "FormLoad" is exited.
Ideas? Thoughts? Suggestions?
Thank you!
Stay Cool Ya'll!
-- Kristin
I want to perform some activity on my form . . . but not until after the form is done loading. I tried putting my activity at the end of my "FormLoad" function but it's apparently not officially "done" loading until after "FormLoad" is exited.
Ideas? Thoughts? Suggestions?
Thank you!
Stay Cool Ya'll!
-- Kristin