childwindow
WPF closing child- closes parent-window
i have the pretty same sample as mentioned here. Fast concluded: MainWindow closes when the last childwindow is closed.[详细]
2023-04-11 10:50 分类:问答MFC: How to get default button of child dialog to work?
I have a child dialog which I created as a new dialog in the resource editor.Then I used a static control on the parent dialog to act as a placeholder.The child control is displayed where开发者_运维技[详细]
2023-04-10 10:39 分类:问答Send Key Event to a Child Window
I\'m developing an application in python which sends keyboard events to another external application. I use the pywin32 package to set the external application and send the desired key:[详细]
2023-04-09 01:55 分类:问答Javascript or Jquery update div in new opened child window - need syntax to update child window div
I have an Ajax function that returns an html string as vReportContent. Then I open a new html page using javascript window.open[详细]
2023-03-29 17:51 分类:问答window.closed not working for IE
I try to close child popup from a button on parent window. Below is the function used for it.But it doesn\'t work fine with IE, it works fine with firefox. Sometimes child popup gets closed on first t[详细]
2023-03-28 23:48 分类:问答WPF equivalent of Form.ShowDialog(IWin32Window)
In WPF we have Window.ShowDialog() which allows showing a modal dialog box. In WinForms there is similar functionality but it also has an overload Form.ShowDialog(IWin32Window) which allows an IWin32[详细]
2023-03-28 19:01 分类:问答Use MVVM Light View Model Locator with Child Window in Silverlight 4
I want to use the View 开发者_运维知识库Model Locator in a Child Window. Problem is this don\'t work:[详细]
2023-03-28 11:48 分类:问答Unload childwindow on close (silverlight mvvm)
How may I ensure that my childwindow is unloaded when it\'s closed? I am opening the childwindow from my viewmodel, but after it\'s been closed it still fires of events like selectionchanged on combo[详细]
2023-03-22 21:01 分类:问答Win32 Capturing child Window messages in parent window
In my Win32 application, a child window is created by a third party SDK.The Window creation process is transparent and I cannot associate a WndProc method with the child Window. I want to be able to c[详细]
2023-03-19 15:21 分类:问答Silverlight ChildWindow do not close properly on callback
I have a simple ChildWindow containing only two elements, textblock and a progress bar to simulate a waiting screen. That ChildWindow is started before calling async WCF method and closed on the callb[详细]
2023-03-12 00:37 分类:问答