Visual C# GUI Designer basic tutorial

Posted by cusack on Stack Overflow See other posts from Stack Overflow or by cusack
Published on 2010-03-31T15:04:34Z Indexed on 2010/03/31 15:13 UTC
Read the original article Hit count: 473

Hi,
can you recommend a Visual C# Form Designer tutorial that is targeted at experienced programmers who have at least a basic knowledge of C# but are new to the VS C# Form Designer. At least it shouldn't be targeted at programming newbs, like Introduction to Visual C# 2008 Express Edition (it explains how a comment looks like in C#).

So far I've found C# Programming Tutorial - Programming Winforms in C# on stackoverflow.

Wishlist: ;-)
I'm more interested in focus on the designer itself rather than an explanation of single gui-elements. In other words explaining separation between generated-code, what to not edit manually (visual-c#-designer-responsibility) and on the other hand the parts for which the programmer himself is responsible. So a little more abstract best-practice point of view pointing out some caveats would be great as well.

I would prefer text over video as well, but that's minor.
/Wishlist

Perhaps even a Microsoft reference specific to the Visual c# forms designer (which I seem to have been unable to find) would be helpful.

© Stack Overflow or respective owner

Related posts about visual-c#

    Related posts about windows-forms-designer