I have a VB6 app that works, but I removed the common dialog controls from the form(s), along with the associated code. Now I want to eliminate it (OCX) totally from the project....

Under "components" trying to check-off the Microsoft common dialog control gives the message:

Can't remove control or reference; in use.

I've looked everywhere, but don't see the common dlg being used anywhere. I do a full search for dlg & cdl but come up empty...

how do I located where this component is supposedly being used (code or form component) so I can kill it off?