I am currently creating my first ActiveX controls and am using Project Compatibility.

When I look to add one of my activeX components to a new project there appear to be three components named the same thing (each probably with the OCX in a diff directory (however I can't see the full path as VB is a bit pants). therefore I am browsing to make sure I get the right OCX.

I guess these all appear because the ocx's have been registered at some point. Is there anyway in which a i can see what controls are registered and where - rather than using the vb interface and b how do I unregister the unwanted controls

(I have tried to use regsvr32 to unregister the component but iot only unregisters the one I want!! not the others)

A pointer to a good overview of how controls are registered and versions etc would be great cheers

Jon