When I try to open a visual basic project that someone else created, I get an error message that it can't find vsflex8.ocx. I do have vsflex8.ocx installed on my computer, but not in the directory that vb was searching. Here is the line from the vbp file:
Object={BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0; vsflex8.ocx
What determines which directory vb will search? I would have assumed the directory was stored in the registry when I installed the component, but I guess I'm wrong. I could hard code the directory into the vbp file, but then it might break on someone elses computer. Does anyone have a more flexible solution? Any advice is appreciated.
Object={BEEECC20-4D5F-4F8B-BFDC-5D9B6FBDE09D}#1.0#0; vsflex8.ocx
What determines which directory vb will search? I would have assumed the directory was stored in the registry when I installed the component, but I guess I'm wrong. I could hard code the directory into the vbp file, but then it might break on someone elses computer. Does anyone have a more flexible solution? Any advice is appreciated.