Band
C / C++ / MFC
2
Posts
2
Posters
1
Views
1
Watching
-
Hi, I still unable to figure out the process of registration of my components via Browser. Can you give me the more details how can do this?? May be little bit example.
Hi! You have to package your component and the best way to do this is to use the CAB files. In the .INF file of the package you will be able to specify which controls the browser should register. All this information is IE related I'm not sure how it will work in Netscape Navigator. See more details in the MSDN article "Packaging ActiveX Controls". Regards, Alex Gorev, Dundas Software.