I made VB6 Applications and used some components like Winsock, Webbrowser and etc in my program.
Now when i run my application on any other computers, it says :
Component 'MSWINSCK.OCX' or one of its dependencies not correctly registered: a file is missing or invalid.
The Ways i tried:
I tried to copy mswinsck.ocx to System32 folder and try to open the application again, but this error comes again !
So i think i can register this component using :
Regsvr32 mswinsck.ocx
but i couldn't succeeded !
Also i don't want to use Installer programs. so
My Question:
How can i Register a Visual Basic 6 Component Manually ?