Graphical Resources

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Can anyone recommend a good resource for learning sophisticated graphics
development in C#?

I see geat renderings in the work of others, (3D objects, drop shadows,
elegant curves etc.) but all the books I read stop at elementary
manipulations of lines, rectangles and brushes.
 
Personally I rarely read books these days. Books can rarely compete with the
online community imho.

Here are some pages that can help a great deal in WindowsForms programming.

http://msdn.microsoft.com/smartclient/community/wffaq/default.aspx
http://www.bobpowell.net/

In order to learn the DotNet framework in the best possible way, you
definitely should check out reflector:
http://www.aisto.com/roeder/dotnet/

Also check out Microsoft's forums on Windows Forms:
http://forums.microsoft.com/MSDN/default.aspx?ForumGroupID=2&SiteID=1

CodeProject has quite some GUI related articles
http://www.thecodeproject.com/

As well as CodeGuru:
http://www.codeguru.com/

Here's one more ;)
www.gotdotnet.com


And of course, google is my best friend :)
 
Back
Top