CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 2010
    Posts
    3

    VC++ Forum tutorials

    Im after visual c++ CLR form tutorials

    Want to know:
    - Event handling for controls, ie, texbox, button, dropdowns etc
    - Event handling for containers, ie; panels, etc.
    - GUI related.

    Some visual c++ design rules/guides/best practice would be good too ( i know what clasess are how to write and compile them, however i am also interested in passing information from the gui(View) to (Model) classes).

    Relevant:
    - Uses Visual C++ (not borland, im tired of going to sites that use a different compiler to the one im using)
    - Uses C++ (not C)

    Irrelevant:
    - http://www.winprog.org/tutorial/start.html
    - msdn.microsoft.com/en-us/library/aa733747(VS.60).aspx
    - http://www.functionx.com/visualc/

  2. #2
    Join Date
    Nov 2003
    Location
    Belgium
    Posts
    8,150

    Re: VC++ Forum tutorials

    [ moved thread ]
    Marc Gregoire - NuonSoft (http://www.nuonsoft.com)
    My Blog
    Wallpaper Cycler 3.5.0.97

    Author of Professional C++, 4th Edition by Wiley/Wrox (includes C++17 features)
    ISBN: 978-1-119-42130-6
    [ http://www.facebook.com/professionalcpp ]

  3. #3
    Join Date
    Aug 2010
    Posts
    51

    Re: VC++ Forum tutorials

    hi,

    Uses Visual C++ (not borland, im tired of going to sites that use a different compiler to the one im using)
    - Uses C++ (not C)


    regards,
    phe9oxis,
    http://www.guidebuddha.com

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