I am creating an ActiveX control. In this control when a button is pressed I want a window to show with a textbox and a button. when the button in the window is pressed I want the window to hide itself and the a textbox on the user control to equal the text in the window's textbox. I have tried adding a form to an ActiveX control project to do this but I can not get the text to transfer. If anyone out there knows how to do the above I would greatly appreciate it.

vbMichael