I just stuck in a very simple situation bt couldnt help myself.My question is
How to do i check whether my mdiparent contains the child form or not?
help will be appreciated.
I just stuck in a very simple situation bt couldnt help myself.My question is
Share
You can use the ActiveMdiChild property of your parent form.
It will be
nullif the parent does not contain any MDI child form.