Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ActiveX problem
Message
From
11/07/2003 03:57:42
 
 
To
All
General information
Forum:
Visual Basic
Category:
Other
Title:
ActiveX problem
Miscellaneous
Thread ID:
00809121
Message ID:
00809121
Views:
65
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
Next
Reply
Map
View

Click here to load this message in the networking platform