CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Apr 2009
    Posts
    116

    MFC GUI tutorial using VS2010

    I have some basic C++ knowledge. However, I wish to brush up more skills on MFC GUI programming so that I can learn how to create own dialog, combo box, list box, etc. So I am looking for any good site that teaches MFC GUI tutorial using Visual Studio 2010.
    Any sites to recommend?

  2. #2
    Join Date
    Nov 2000
    Location
    Voronezh, Russia
    Posts
    6,620

    Re: MFC GUI tutorial using VS2010

    Last edited by Igor Vartanov; September 28th, 2013 at 01:30 PM.
    Best regards,
    Igor

  3. #3
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: MFC GUI tutorial using VS2010

    The book suggested by Igor is the best one for an introduction to mfc programming.

    But as you asked for internet sites for mfc tutorials, have a look at this site
    http://www.functionx.com/visualc/

    There are also YouTube video tutorials for mfc programming (search for mfc programming tutorial).
    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  4. #4
    Join Date
    Apr 2009
    Posts
    116

    Re: MFC GUI tutorial using VS2010

    Thanks all for the help. Appreciate it.

  5. #5
    Join Date
    Apr 2009
    Posts
    116

    Re: MFC GUI tutorial using VS2010

    Anyone know where to download the code samples for the book Programming Windows with MFC, Second Edition suggested by Igor?

  6. #6
    2kaud's Avatar
    2kaud is offline Super Moderator Power Poster
    Join Date
    Dec 2012
    Location
    England
    Posts
    7,824

    Re: MFC GUI tutorial using VS2010

    All advice is offered in good faith only. All my code is tested (unless stated explicitly otherwise) with the latest version of Microsoft Visual Studio (using the supported features of the latest standard) and is offered as examples only - not as production quality. I cannot offer advice regarding any other c/c++ compiler/IDE or incompatibilities with VS. You are ultimately responsible for the effects of your programs and the integrity of the machines they run on. Anything I post, code snippets, advice, etc is licensed as Public Domain https://creativecommons.org/publicdomain/zero/1.0/ and can be used without reference or acknowledgement. Also note that I only provide advice and guidance via the forums - and not via private messages!

    C++23 Compiler: Microsoft VS2022 (17.6.5)

  7. #7
    Join Date
    Apr 2009
    Posts
    116

    Re: MFC GUI tutorial using VS2010

    Already got the ebook actually. Was looking if can download the source code projects files for this book on the internet.
    Anyway, thanks for putting the effort for sharing 2kaud!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured