Form above another Form, but not TopMost?
-
If anyone could point me in the right direction, I would be very grateful. I have a main form, which shows other smaller forms. These forms must always be on top of the main form, but not on top of other forms. Similar to the tool windows in photoshop. Obviously a TopMost form is not the right choice here. I am not wanting to use MDI child windows. Any ideas?
-
If anyone could point me in the right direction, I would be very grateful. I have a main form, which shows other smaller forms. These forms must always be on top of the main form, but not on top of other forms. Similar to the tool windows in photoshop. Obviously a TopMost form is not the right choice here. I am not wanting to use MDI child windows. Any ideas?
AFAIK that is exactly what Form.Owner does :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
-
AFAIK that is exactly what Form.Owner does :)
Luc Pattyn [Forum Guidelines] [My Articles]
this months tips: - use PRE tags to preserve formatting when showing multi-line code snippets - before you ask a question here, search CodeProject, then Google
Whoa. Thanks alot! Can't believe I didn't know that was there! I guess I get to delete all those api declares now :)