Group: StrataFrame Developers
Posts: 3K,
Visits: 2.5K
|
No, I'm not aware of a way have a form that is "partially modal." In my experience, it's either all or nothing. However, you might be able to change the source so that it doesn't show modal, but just shows itself. Then, you could store a reference to the BrowseDialogWindow off in the form and when you try to activate the form (Activated event), you could see if there is a BrowseDialogWindow open and activate it instead. I'm not sure how that would work, because you'd also have to add the logic into the BrowseDialogWindow to close itself if it's not modal instead of just setting the DialogResult.
|