Hello,

I m facing a problem in passing value from a Form to the UserControl. My project is a ActiveX Project that contains the following:

1. Form
2. UserControl

The UserControl contains a TextBox and a Command button. In clicking the command button, the Form appears.

The Form contains a ListBox and a command button. When the user selects an item from the list, and clicks the command button, the selected item should appear in the textbox of the UserControl.

I have tried creating an object of the UserControl in the Form but the failed to get any of the UserControls properties.

Please HELP!!1