Is there a way to specify what forms are Locked when opening a Modal Dialog?
I want to have a specific form available even if a Modal dialog is opened.
The form in question is a child form (Accessible from the Windows application bar), that is created from the main application form. The Modal Dialog should only lock the main application form, and not the secondary window.
Anyone know how to do this?
EDIT: I guess this is not very easy to do. Anyone know if it is possible to make a secondary form independant from the main application form? Would you need to create a seperate solution to achieve this?