开发者_如何学GoWhere can I start learning Windows Form designing?
For example: Microsoft Zune player, Buttons, Forms and etc.
I'm developing in C#.
Thank you all,
Amit
If I were going to try and write something like the Zune software I would start with WPF rather than Windows Forms. Check out some of the WPF experiences by thirteen23 for good examples of "experience-driven" applications.
You can start learning more about WPF on MSDN or by reading WPF Unleashed.
精彩评论