No Matching DLGINIT
-
I have a dialog resource within a COM object and have added a thirdparty ActiveX control to the dialog box. During execution, while loading the dialog resource I get the following error message.. "Dialog has OLE controls, but not matching DLGINIT resource" I checked the .rc file and there is DLGINIT resource defined. Any clue. Thanks
-
I have a dialog resource within a COM object and have added a thirdparty ActiveX control to the dialog box. During execution, while loading the dialog resource I get the following error message.. "Dialog has OLE controls, but not matching DLGINIT resource" I checked the .rc file and there is DLGINIT resource defined. Any clue. Thanks
Hi, I have seen and replied to an earlier post of yours. I think there is no problem in your programming and the fault lies with the ActiveX control. The ActiveX control should support specific interfaces for saving information during design time, so as to enable the Application to load it during runtime. I think that your AciveX control is having specific Run-time validation which is not fullfilled by the default behavior of Dialog start up.(ActiveX Control Support). What you need to do now is create the Active X control at runtime and then place it in the specific position on the dialog programmatically. Look into the documentation for the ActiveX control. During the creation you can pass the specific liscensing requirement. PS: Can you tell me what control is it ?
-
Hi, I have seen and replied to an earlier post of yours. I think there is no problem in your programming and the fault lies with the ActiveX control. The ActiveX control should support specific interfaces for saving information during design time, so as to enable the Application to load it during runtime. I think that your AciveX control is having specific Run-time validation which is not fullfilled by the default behavior of Dialog start up.(ActiveX Control Support). What you need to do now is create the Active X control at runtime and then place it in the specific position on the dialog programmatically. Look into the documentation for the ActiveX control. During the creation you can pass the specific liscensing requirement. PS: Can you tell me what control is it ?