I have attached a zip example of what I am trying to do...
I have a UserControl1 and on the UserControl I have added a ActiveX control that I have created. The ActiveX control is a submenu and when you click on an item in the Menu the item is listed in th text box on the ActiveX control. On the UserControl I have two text boxes and a command button. When I click on the commnad button I want to take the value of text1 and text2 and the TEXTBOX value on the ActiveX control. Can someone build onto Project to show me how to do this... I can not catch the idea of ActiveX control properties.
Easiest way to understand them is to use the add-in to create a usercontrol. Drop a textbox on the usercontrol, and use the add-in to create some properties. Then read the code and see how it's working.