[RESOLVED] Find reference to ocx vb6
I have a custom ocx command button that i am trying to remove from references, but cannot find where in my project it is referenced.
The project has many forms and scanning the the properties combobox I cannot find the where it is referenced.
how can i find it (or them)
Re: [RESOLVED] Find reference to ocx vb6
Re: [RESOLVED] Find reference to ocx vb6
Don't know if this is how isnoend07 did it, but if someone is having a similar issue, the IDE's Object Browser's Search feature can be used to locate the Forms which hosts a particular control.
Re: [RESOLVED] Find reference to ocx vb6
Thanks for adding that, that would have been easier. I will remember