.net - Book to learn Winforms Controls -


I'm new to .NET and Winforms. I have a lot of experience with C ++, but I I want to know more about the different controls available with NET.

What is the best book that shows the use of various controls, which are the WinForms (like progress bar, status bar, etc)

Thank you all in advance.

This is a good list of controls based on normal control types (lists, containers, etc.) There is a lot of information in it, and how it works with different sections of control. There is also an appendix for those going from MFC (which you can or can not do).


Comments