Post a Comment
Speaking of Windows Forms, I was looking at some screenshots of Sharpdevelop:
http://www.icsharpcode.net/OpenSource/SD
Was this thing written in C#? And if so, are all those controls available as part of the Windows Forms collection? If not, where do they come from?
Why would one learn Windows Forms today? I believe the libs to get XAML stuff up and going is available now...
*Winforms requires the .Net Framework installed (20mb)
*XAML requires .Net Framework (20mb) + WinFx Runtime (30mb)
A typical XAML app might be Microsoft Max for example:
http://www.microsoft.com/max/download.html
Is there a visual list of all widgets? Something like this:
http://www.eclipse.org/swt/widgets/
Microsoft Visual Studio 2005 RTM will on MSDN within days: http://windows.czweb.org/show_article.php?id_article=204



