G
Guest
Hello,
I am trying to create a modeless form whose parent is another form. If the
modeless form is toplevel it won't let me set the parent, if the modeless
form is not toplevel it won't let me show. I 'solved' the problem by making
the modeless form toplevel only after it is shown. This seems to work but I
wonder if there is a better way.
Another choice is to use the Win32 API to force the modeless form to be a
child of the other form.
Thanks,
Jeff
I am trying to create a modeless form whose parent is another form. If the
modeless form is toplevel it won't let me set the parent, if the modeless
form is not toplevel it won't let me show. I 'solved' the problem by making
the modeless form toplevel only after it is shown. This seems to work but I
wonder if there is a better way.
Another choice is to use the Win32 API to force the modeless form to be a
child of the other form.
Thanks,
Jeff