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

    Grid Control In Visual C++

    I am using Visual C++ v6.0 at work. We need to impliment a grid control. What is the best grid control to use that comes with the Visual C++ 6.0 professional version. I am confused, because I thought that there was only one type of Visual C++ grid control, but the documentation is confusing.

    I need to use C++ strictly. No Visual Basic.

  2. #2
    Join Date
    Aug 2001
    Location
    North Bend, WA
    Posts
    1,947
    There are at least 2 that are included (possibly more). MSFlexGrid is the most commonly used, from what I have seen.

    Even if you are a VBophobe, I recommend modelling the grid in VB first. Its an easy way to understand its behavior and you can select the control and hit F1 any time you need to see the docs.

  3. #3
    Join Date
    Jun 2002
    Location
    Adelaide, South Australia
    Posts
    4
    You could also go to http://www.codeproject.com and download Chris Maunder's excellent Grid Control class

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