Is Mapping SIMPLE data to winform control really as hard as it seems?
- by HotOil
Hi:
I'm making a leap from MFC to WinForms. It has all gone smoothly so far; The windows/gui parts of winforms app development are making good sense to me.
But. Now all I want to do is display simple data types in the controls on the form, and retrieve them from the controls when the user clicks.
This is a very simple operation in MFC..…