Questions tagged [childwindow]

235 questions
0
votes
1 answer

How to resize a Shell child window

I have a child window, containing a form, Labels, Combos, Buttons aligned in a line, line by line. Form is not finite. There is a button for adding extra line of input fields. It sort of works for the moment... Problem is when the new line is added…
mentis
  • 119
  • 1
  • 3
  • 11
0
votes
1 answer

always on top child window in multiple child windows in silverlight

I have several child windows and i want one of the these child windows always on top of all other opened child windows. i want when i do close or open other child windows, this child window always on top of all current child windows. child window…
hamed aj
  • 1,960
  • 8
  • 27
  • 38
0
votes
1 answer

Update listBox on Main page from button click event on child window.

I have a Main page that contains a listBox. When a user selects a profile form the list box, this opens up a child window called pWindow. This window as the option to delete the current profile via a hyperlink button that opens up a another…
Ebikeneser
  • 2,582
  • 13
  • 57
  • 111
0
votes
1 answer

Passing value into textbox

I am using Silverlight, and passing a value into a textbox in a childwindow, the textBox1_TextChanged event should fire a webservice call that should populate a listbox on the childwindow, however for some reason when the child window loads, the…
Ebikeneser
  • 2,582
  • 13
  • 57
  • 111
0
votes
1 answer

Loop with ChildWindows in Silverlight?

I have a control with textbox. After user input few lines of text and submit that by button then, for every line of text I need to show a childwindow with grid where user has to select some value. Let's say that user inputs 5 lines of text with…
user278618
  • 19,306
  • 42
  • 126
  • 196
0
votes
1 answer

How to use javascript get non-html content in child window

I want to use javascript to open one text file in child window, and then read the content to the parent window. How to implement it? The code like below, if the data.xml is not HTML page, how to get the content to the parent window through…
Robin Wang
  • 779
  • 1
  • 8
  • 16
-1
votes
1 answer

c++ Cannot create magnifier window

Im trying to make a magnification program, but I cannot create the child window without the error 1407, The child window also makes the host windows gui disappear. hwnd = CreateWindowEx(WS_EX_TOPMOST | WS_EX_TRANSPARENT | WS_EX_LAYERED,…
-1
votes
1 answer

silverlight 4 and Refresh Parent Window when Child Window closed

In my SL4 App I have a Parent Page where I'm displaying a datagrid. I open the ChildWindow when the user selects a particular Row in the grid and clicks on Open button using the following code. cwEditProduct ChildWin = new…
Jhelumi
  • 35
  • 1
  • 6
-1
votes
1 answer

Use response value in child window

I am having difficulty getting to grips with how Silverlight uses asynchronous responses from a web service. I have declared- public partial class Users : Page { public string PID; and then use- if { WebService.Service1SoapClient client =…
Ebikeneser
  • 2,582
  • 13
  • 57
  • 111
-2
votes
2 answers

Delphi: Maximize a Child Window in MDI Project

There is the good component to maximize a child window in a client area (the SHIFT key must be held) - NLDExtraMDIProps. Or this code can be used: procedure WMSIZE(var Msg: TMessage); message WM_SIZE; procedure TForm2.WMSIZE(var Msg:…
maxfax
  • 4,281
  • 12
  • 74
  • 120
1 2 3
15
16