I've got a non-modal form that wants to become modal for a while due
to some user input while it is already displayed. Closing and
reopening the form is no option as the switch has to be fast.
Or said differently: how can a form capture all user input from the
entire application, then release the user input again, capture it,
release it, capture it...
Regards,
Simon Muller
VJ - 22 Mar 2007 15:34 GMT
You will need to use .TopLevel = true; as needed, so the Form as concern
becomes the focus of application.
VJ
> I've got a non-modal form that wants to become modal for a while due
> to some user input while it is already displayed. Closing and
[quoted text clipped - 6 lines]
>
> Simon Muller