Top "Childwindow" questions

How to show a child form within a mdi container form which its windowstate= maximized?

How can I show a child form within a mdi container form which its windowstate= maximized ? when I put these …

c# winforms childwindow mdiparent
Angular component in a Browser's child window

From an Angular application is there any way that I can create a Browser's child window and show some predefined …

angular browser components angular6 childwindow
child dialog window inside a dialog window

I want to create 2 dialog windows, one is a child of the other one. Below is part of the code. …

c++ c winapi dialog childwindow
How to put a child window inside a main window(PyQt)

I looked here in stackoverflow and google for some days for something like my case, but all the examples I …

qt pyqt parent childwindow
WPF window position

I have asked a question before about creating a child window here ... Now when I open child window, it doesn`…

c# .net wpf childwindow
Open second window from main with pyqt5 and qt designer

I'm creating an application with two windows using pyqt5 and QtDesigner. A button on the main window "MainWindow.ui" should …

qt pyqt5 qdialog childwindow
Child window full-size in Chrome

I need to open a child window full-size in Chrome browser, the following code works fine in Firefox 16.0.2 and IE 9, …

javascript google-chrome childwindow
Silverlight ChildWindow for WPF

is it possible to make a ChildWindow like ChildWindow in Silverlight, but for WPF? I tried to adapt the Silverlight …

wpf silverlight childwindow
Pass data to Child Window in Silverlight 4 using MVVM

I have a datagrid with master detail implementation as follows: <data:DataGrid x:Name="dgData" Width="600" ItemsSource="{Binding Path=…

silverlight datagrid mvvm silverlight-4.0 childwindow
Implement a child window in WPF

Well its been little embarrassing ,but i am very new to wpf . and i want to implement a child window …

c# wpf childwindow