Error: 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, Some times when u embed the ActiveX controls in a dialog the Dialog editor writes information required for instantiating the ActiveX control as a part of the DLGINIT. In you case this is missing. Just try deleting the ActiveX control in the Dialog Editor and then create it again.
-
Hi, Some times when u embed the ActiveX controls in a dialog the Dialog editor writes information required for instantiating the ActiveX control as a part of the DLGINIT. In you case this is missing. Just try deleting the ActiveX control in the Dialog Editor and then create it again.
-
Hi, Some times when u embed the ActiveX controls in a dialog the Dialog editor writes information required for instantiating the ActiveX control as a part of the DLGINIT. In you case this is missing. Just try deleting the ActiveX control in the Dialog Editor and then create it again.
I found the solution .. http://support.microsoft.com/search/preview.aspx?scid=kb;en-us;Q231591 Thanks for your time and effort.