Hi again,
i was reading the manual about differences between modal and modeless dialogs. Probably i am more interested in Modeless but, the aplication does not run when i use it instead of Modal(runs properly). Could you help me?
//isOK = (DGModalDialog(CalcEnerMin_GDLGID, CalcEnerMinDlgCallBack,0) == DG_OK);
isOK = (DGModelessInit(CalcEnerMin_GDLGID, CalcEnerMinDlgCallBack,0,1) == DG_OK);