hi all
i have got a problem using the CWNumEdit Control that is i am not
getting the resource id number of
any CWNumedit controls all are giving
wrong values but when i check other controls like graph , knob etc
they are behaving correctly .
CWnd* pWnd = GetFocus();
int nCtrlID =pWnd->GetDlgCtrlID();
i used the above code to check it in click event .
if anyone know about it plz tell
Thank you