I'm working on a very large project. There must be 100 forms in my project.
I did a stupid thing a very long time ago. I have the following components in my project...
'Microsoft Windows Common Controls 5.0 (sp2)'
'Microsoft Windows Common Controls 6.0 (SP6)'
I want to remove the version 5 component, but VB won't let me because it is in use. How can I tell where a V5 component is being used so that I can replace it with the V6 component?
Is there a better way of swapping out the V5 components with the V6 components?
I did a stupid thing a very long time ago. I have the following components in my project...
'Microsoft Windows Common Controls 5.0 (sp2)'
'Microsoft Windows Common Controls 6.0 (SP6)'
I want to remove the version 5 component, but VB won't let me because it is in use. How can I tell where a V5 component is being used so that I can replace it with the V6 component?
Is there a better way of swapping out the V5 components with the V6 components?