1st Step.
Go in to “Needed OCX Files” folder.
Right click and copy the following files.
VbEcplipse.ocx navigate to C:WindowsSystem32
comctl32.ocx navigate to C:Windowssystem32
comdlg32.ocx navigate to C:Windowssystem32
Right Click inside the folder, click Paste.
2nd Step.
Click Start button on your desktop.
Go to “Run”, click it, a box will appear where you can type.
Copy each line, and paste it in to run, then press enter.
regsvr32 "C:Windowssystem32VbEclipse.ocx"
regsvr32 "C:Windowssystem32comctl32.ocx"
regsvr32 "C:Windowssystem32comdlg32.ocx"
After each one you should see that it was successfully registered, you are good to move on to next step
Ok when I put the copied files into the system32 folder the copying to the folder is a success but when I do the second step and try to use "run" and the whole "regsvr32 "C:Windowssystem32VbEclipse.ocx"" into the run option I get this message
The module "C:Windowssytem32VbEclipse.ocx"failed to load.
Make sure the binary is stored at the specific path or debug it to check for problems with the binary or dependant .DLL files.
The Specific module could not be found.
This is confusing the crap out of me can someone help?
Go in to “Needed OCX Files” folder.
Right click and copy the following files.
VbEcplipse.ocx navigate to C:WindowsSystem32
comctl32.ocx navigate to C:Windowssystem32
comdlg32.ocx navigate to C:Windowssystem32
Right Click inside the folder, click Paste.
2nd Step.
Click Start button on your desktop.
Go to “Run”, click it, a box will appear where you can type.
Copy each line, and paste it in to run, then press enter.
regsvr32 "C:Windowssystem32VbEclipse.ocx"
regsvr32 "C:Windowssystem32comctl32.ocx"
regsvr32 "C:Windowssystem32comdlg32.ocx"
After each one you should see that it was successfully registered, you are good to move on to next step
Ok when I put the copied files into the system32 folder the copying to the folder is a success but when I do the second step and try to use "run" and the whole "regsvr32 "C:Windowssystem32VbEclipse.ocx"" into the run option I get this message
The module "C:Windowssytem32VbEclipse.ocx"failed to load.
Make sure the binary is stored at the specific path or debug it to check for problems with the binary or dependant .DLL files.
The Specific module could not be found.
This is confusing the crap out of me can someone help?