V
Valerie Hough
I would like to have a control I have created have a
System.Window.Forms.MainMenu as its parent. The menu will always have lots
of available space on the right side and I want to take advantage of this.
I tried to using the SetParent API but my control is not visible, even
though it seems to be in the right place. I also tried using
MyControl.BringToFront() in case this is a zOrder issue.
I see that in PowerPoint there are maximize/minimize buttons appear in the
exact place that I want my control, so it must be possible.
Thanks in advance,
Valerie Hough
System.Window.Forms.MainMenu as its parent. The menu will always have lots
of available space on the right side and I want to take advantage of this.
I tried to using the SetParent API but my control is not visible, even
though it seems to be in the right place. I also tried using
MyControl.BringToFront() in case this is a zOrder issue.
I see that in PowerPoint there are maximize/minimize buttons appear in the
exact place that I want my control, so it must be possible.
Thanks in advance,
Valerie Hough