HI!
I am new to C# and plan to use it for my application GUI. I am trying to make my GUI similar to SPSS:http://www.spss.com/images/08/statistics_screens/ez_rfm-big.jpg
Is this easy in C#? Is there a template that has done most of it? (Like MDI/SDI framework in MFC)
Could someone suggest some big examples(some working/half-working source code for me to study?)
Thanks,
Yin
Yeah its very easy to create GUI using C# on .NET platform. For your purpose. You are going to need following classes/Controls:
and others (which you need to figure out).
just go through these classes in MSDN (you’ll find many examples there). If you want to quickstart. Otherwise I get a good book to have solid foundations.