Hello,
I have a vb6 application.
After I start or build the program I always get this error
Even I register this ocx component, it is still there.Code:Run-time error '713' Class not registered.
Why?
Thanks.
Printable View
Hello,
I have a vb6 application.
After I start or build the program I always get this error
Even I register this ocx component, it is still there.Code:Run-time error '713' Class not registered.
Why?
Thanks.
Which OCX would that be? Where did it come from? How are you registering it, and on what OS?
It's a control compontent.
OS WIN xp sp3.
I use regv32 to regist it.
It is in a user folder.
Must not be legal to distribute, or will overwrite an old versionQuote:
It's a control compontent.
Can you tell me how to check its existance in registry?
Suppose the component is named PControl.ocx.
It should be in the Windows folder if it's registered properly.