Looking for a good reference book

B

Bob Altman

Hi all,

A friend of mine is an experienced MFC programmer. He as recently gotten
".Net Religion", but he can't find a good reference book that presents basic
Windows Forms programming techniques that he can relate to his MFC skills.
He is currently programming in both C++/CLI and VB.Net. Any suggestions?

TIA - Bob
 
J

Jeffrey Tan[MSFT]

Hi Bob,

The usual recommended .Net Windows Forms programming book is <Windows Forms
2.0 Programming> written by Chris Sells and <Data Binding with Windows
Forms 2.0: Programming Smart Client Data Applications with .NET > written
by our Winform development manager Brian Noyes:
http://www.amazon.com/dp/0321267966/ref=nosim/?tag=windowclientnet-20
http://www.amazon.com/Data-Binding-Windows-Forms-2-0/dp/032126892X/ref=bxgy_
cc_b_text_b/002-7575117-2134409

Unfortunately, these are no C++/CLI version for these 2 books. Also, as far
as I know, there is no book relating the .Net Windows Forms with the MFC
technology. Actually, .Net Windows Forms encapsulates the Win32 user
controls, so most of the Win32 GUI message mechanism technologies apply to
the .Net Windows Forms either.

Microsoft also maintained a good site focusing on the Windows Forms and WPF
technologies, you may get a lot of good articles, tutorials in the site:
http://windowsclient.net/

Finally, based on my experience, the best way to understand the Windows
Forms internals is using the Reflector tool to examine the source code of
various .Net Winform classes and methods. This tool allows you to view the
source code in various .Net languages, including C#, VB.net, IL, C++/CLI
etc...:
http://www.aisto.com/roeder/dotnet/

Hope this helps.

Best regards,
Jeffrey Tan
Microsoft Online Community Support
==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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