I am having quite a time with this slider control that uses mscomctl.ocx. On my development machine, I have deleted an old control in favor of a newer one (I was unable to get a copy of the old ocx file to satisfy the old slider requirement).
VB removed the old reference and I replaced it with Microsoft Windows Common Controls 6.0. I saved the project and compiled the exe. What I am getting when I transfer that exe to a different machine is mscomctl.ocx
is not found.
Would I need to copy that ocx file over to the new machine and register it?