Hello All,
I would like to learn how to create self-registering activex controls.
Can I convert existing controls I created into self-registering type?
Thanks.
Mark
1. ActiveX control registration issue
Hi, I have a rather anoying problem with a ActiveX control. At times, which seems to be at random, the control will not be created. Trying to load my form the following message appear: "The Control ScanControl1 ... could not be created". I have searched the web for solutions. One solution indicated that the control is not correctly registered on the device. So now I run a registration rutine (DllRegisterServer) of that module every time the program starts. However, the issue is not solved. I work with the device for some time and the error message suddenly reappear. Also, I have tried to make the registration through the eVB environment, but with no better result than the reappearance of the dialog after X uses of the control. Any one have a clue of how to resolve this? -- Frederik Jensen, Judex
2. Registration-Free ActiveX VB6 Control activation using manifest fi