I downloaded the bms to mis converter here at CPD and after unzipping when i click "run" I get an error Component'COMDLG32.OCX' , any ideas.
I downloaded the bms to mis converter here at CPD and after unzipping when i click "run" I get an error Component'COMDLG32.OCX' , any ideas.
Unzip the attached file and follow the instructions.
- Put the comdlg32.ocx in the windows\System32 folder
- Then, type the following command from Start, Run dialog
REGSVR32 %Systemroot%\System32\comdlg32.ocx
You'll see a dialog like this:---------------------------
RegSvr32
---------------------------
DllRegisterServer in C:\WINDOWS\System32\comdlg32.ocx succeeded.
---------------------------
OK
---------------------------
- Restart Windows, and then launch your application
Your either missing the COMDLG32.OCX file or running an out of date version of it. Go to this link and you can download what you need.
http://www.ascentive.com/support/new...e=COMDLG32.OCX
When installing the new file use the instruction listed under Alternatively.
Thank you much you guys. Tried what ya said Blue and it worked. Thanks for your info too RAB.