Trying to create a File Preview Dialog. Have created a resource template with GroupBox (ID = stc32). File Open is displayed fine. when I add an activeX control to the dialog, I am getting this error: "The Dialog Box could not be created" error
How do I add an activeX (where my selected AVI/BMp files can be displayed) to the template.
Thanks.
M
David Lowndes - 25 Jun 2004 11:38 GMT
>Trying to create a File Preview Dialog. Have created a resource template with GroupBox (ID = stc32). File Open is displayed fine. when I add an activeX control to the dialog, I am getting this error: "The Dialog Box could not be created" error
Is this an MFC application? Have you called AfxEnableControlContainer?
Dave