Using AxPopupParent and AxPopupChild controls Reference: http://msdn.microsoft.com/e... Configuring the Parent: Add the "AxPopupParentControl" to the AxUserControl which is supposed to host the Popup. Specify the "Height" & "Width" of the Popup to be created by giving the appropriate values to the control Generally a dialog form returns a value - create a holder for this expected return value by creating a field in the "Fields" property of the "AxPopupParentControl". Assuming ......