|
-
June 14th, 2002, 11:19 AM
#1
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.
-
June 14th, 2002, 11:52 AM
#2
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.
-
June 15th, 2002, 03:58 AM
#3
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|