I want to attached a window(not user control) in the grid of main window. Basically I want to show a video in a window and this window is set into the grid of main window. How to do this. Please help me.
I am attaching my code. But this code is not serve my problem.
MySecond sec = new MySecond();
sec.DetachContent();
this.MyRightGrid.Children.Add(sec.Content as UIElement);