Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Dear Everyone,
I have a modeless form set to "TopMost". One of the buttons on the modeless form is calling the "ColorSelectionDialog".
My goal is to display the ColorSelectionDialog over my Windows Form. The problem is the following:
When my modeless form is set to "TopMost", then the ColorSelectionDialog appears behind it. On the other hand, when the modeless form is not set to "TopMost", then the Revit window, and the ColorSelectionDialog are both in front of my form, so it's basicly not visible.
It is working fine as ModalDialog, but this breaks some other functionality, since I need to interact with the Revit Database, while the form is open.
Is there a solution for this?
Solved! Go to Solution.