Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
ActiveX problem
Message
De
11/07/2003 03:57:42
 
 
À
Tous
Information générale
Forum:
Visual Basic
Catégorie:
Autre
Titre:
ActiveX problem
Divers
Thread ID:
00809121
Message ID:
00809121
Vues:
64
Hi all,

I got the following command to register the ActiveX obj into my application :

Public Declare Function RegStatusBarOBJ Lib "StatusBarOBJ.ocx" Alias "DllRegisterServer" () As Long
Public Declare Function unRegStatusBarOBJ Lib "StatusBarOBJ.ocx" Alias "DllUnRegisterServer" () As Long

1. where is the application first start to search for "StatusBarOBJ" this file?

2. This ActiveX object is using for 2 application development, everytime after I made the changes to the ActiveX object for No1 appliaction, then I will copy the file "StatusBarOBJ.ocx" to No2 application's root directory and allow it to access the latest version. And in order to keep the ActiveX which they using are up to date, these 2 application having a code to unregister and then register their ActiveX object every time when the application is run. But the problem is everytime I open/run the No2 application project and it says there is the ActiveX version problem.

Anyone can tell me what's wrong I did ?

Thanks
Aston
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform