J
Jonathan Spane
In making an add-on in C++ I am now trying to create a dialog using the
following code.
:ialogBox (instance, MAKEINTRESOURCE (IDD_DIALOG_ABOUT), m_ParentWindow,
(DLGPROC) CustomDialogProc);
This code compiles fine and have definately added to the resource file but
when calling this method I get an error of "resource not found".
Is there a better way one should make custom dialogs in Visio? This dialog
will be more complicated than a MessageBox?
Thanks
JP
following code.
:ialogBox (instance, MAKEINTRESOURCE (IDD_DIALOG_ABOUT), m_ParentWindow,
(DLGPROC) CustomDialogProc);
This code compiles fine and have definately added to the resource file but
when calling this method I get an error of "resource not found".
Is there a better way one should make custom dialogs in Visio? This dialog
will be more complicated than a MessageBox?
Thanks
JP