Hi
Is there any means to check the specific third party or user defined OCX files is registered are not(i mean to check this from code itself) before consuming it in the application? :o
Thanks
Cheenu:
Printable View
Hi
Is there any means to check the specific third party or user defined OCX files is registered are not(i mean to check this from code itself) before consuming it in the application? :o
Thanks
Cheenu:
Are you using VB6?
yes it's VB 6.0
If you add the ocx as a component to your project, the OS will register it for you.
When you install your project, the installer will register it for you.
Actually What I meant is that is there any dynamic way to check the OCX used in the Current Application is get registered in the local system. Is there any way or manually we need to check from the system registry?
:confused:
I would run it through regedit32 if I wasn't certain.