ISmpOEMEvents::InvokeCustomSetupMenuDlg

SalesMate+

iDialogType in Long type

Method description

Invoke the Custom Setup Menu dialog

Example code


CComPtr<ISmpOEM> SmpOEM;

CString strSetupMenuCheckBox="True" ;
if(
strSetupMenuCheckBox == "True")
{
SmpOEM->put_InvokeCustomSetupDlg(ID_SETUP_CURRENCYSETTINGS ,TRUE);
}
else
{
SmpOEM->put_InvokeCustomSetupDlg(ID_SETUP_CURRENCYSETTINGS ,FALSE);
}

 

(C) 1999-2001 My Company All rights reserved