How can I make a modal dialog modal only to its immediate parent?
In other words, if I have 3 windows: main, a modeless one created from main, and a modal created from the modeless one, the modal dialog prevents user interaction with its parent - the modeless one, but how can I enable user interaction with the main window?