Good C# Forms resource?

R

rwiegel

Does anybody know a good book (or other resource) that will help me
learn the .NET classes/interfaces so that I can get a better
understanding of windows forms? I am not looking for a basic book,
but rather something that will help me create more advanced forms. I
find myself getting lost in some of the details when I search for ways
to do something that takes a lot of customizations.

Also, anything for printing?

Thanks in advance,

Ryan
 
R

rwiegel

Thanks Ignacio.

Another thing I forgot is building custom components and component
libraries.
 
A

Arnshea

Does anybody know a good book (or other resource) that will help me
learn the .NET classes/interfaces so that I can get a better
understanding of windows forms? I am not looking for a basic book,
but rather something that will help me create more advanced forms. I
find myself getting lost in some of the details when I search for ways
to do something that takes a lot of customizations.

Also, anything for printing?

Thanks in advance,

Ryan

I found Chris Sells' book very helpful.

Also, The "Windows Forms" and "Windows Forms Controls" sections of the
Visual Studio.Net 2003 help are a quick overview with links to more
details. In my version of the help they're under "Visual Studio.NET -
 
R

RMZ

Does anybody know a good book (or other resource) that will help me
learn the .NET classes/interfaces so that I can get a better
understanding of windows forms? I am not looking for a basic book,
but rather something that will help me create more advanced forms. I
find myself getting lost in some of the details when I search for ways
to do something that takes a lot of customizations.

Also, anything for printing?

Thanks in advance,

Ryan

Chris Sells book on WinForms is your best bet.
 
H

Hoop

Does anybody know a good book (or other resource) that will help me
learn the .NET classes/interfaces so that I can get a better
understanding of windows forms? I am not looking for a basic book,
but rather something that will help me create more advanced forms. I
find myself getting lost in some of the details when I search for ways
to do something that takes a lot of customizations.

Also, anything for printing?

Thanks in advance,

Ryan

Hi,
I have Chris Sells book. There is a newer version of the one I have,
"Windows forms in C#".
Jeff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top