V
Vladimir Chtchetkine
In my Item_Open event handler I call
CreateItemFromTemplate( MyOftFilePath, OPTIONAL, &spDisp)
and then (while control is still in
CreateItemFromTemplate) I get "Could not install the
custom action" message box. When I press OK control
returns to me (debugger) and I see that call succeeded.
And everything else seem to work just fine. Just like
this message box has never happened. So, what do I do to
avoid that message box?
CreateItemFromTemplate( MyOftFilePath, OPTIONAL, &spDisp)
and then (while control is still in
CreateItemFromTemplate) I get "Could not install the
custom action" message box. When I press OK control
returns to me (debugger) and I see that call succeeded.
And everything else seem to work just fine. Just like
this message box has never happened. So, what do I do to
avoid that message box?