Im experimenting something in my codes in MFC...
i use GetDlgItem function rather than creating a variable for a specific control (to avoid using UpdateData function).

Which is better among them? GetDlgItem or Creating Control Variable?

Thanks....