Getting Activex Combo Text
Hi,
I think your problem is in the Text property set up.
Try this:
1- Start your VB Activex project.
2-Go to Add-Ins menu and click Activex Control Interface Wizard.
3- Click Next in the Introduction screen.
4- Select Text in the left square and click > to move it to the right square. Click Next to go ahead.
5- Click Next again to skip the Create Custom Interface Members
6- In the Setting Map screen, select Text in the left square. In the 2 right rectangles (Maps to) select Control = Combo1 and Member = Text. Click Next to go ahead.
7- In the Setting Attributes screen, click next again to go ahead.
8- Then Finish.
Now you can try to access the UserControl.Text property and get the current Combo text.
I hope this can help you...
Michel Jr.