Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

I've created two ActiveX control in one .ocx. "Ambiguous name detecte

Status
Not open for further replies.

ultra2

Programmer
Jun 26, 2005
46
HU
I've created two ActiveX control in one .ocx.

myControls.ocx:
-myGrid.ctl
-myTextBox.ctl

So far I have added the new control (myTextBox) and rebuilded the ocx, it cant be loaded.

I created a new .exe app and tried to add "myControls" to components I get this error:
"Ambiguous name detected ~"

During building the ocx there is no problem. If I remove the myTextBox from the ocx it can be loaded again. What could be the problem?

plz help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top