GridView in Visual C/C++

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • johny10151981
    Top Contributor
    • Jan 2010
    • 1059

    GridView in Visual C/C++

    Hello Everybody,
    I use Microsoft Visual C++ 2008 Express Edition. The problem with using this is
    1. No MFC
    2. No Resource editor

    Need to create a GridView Control. Now in a situation either I will have to create it all by myself or may be you can suggest. Right now I am doing all the program by using pain coding... Need help.

    Thanks in advance.

    Regards,
    Johny
  • weaknessforcats
    Recognized Expert Expert
    • Mar 2007
    • 9214

    #2
    Is this some kind of school thing? I would'nt spend time on this. A GridView is lot of work and writing one is pointless.

    The GridView is currently in the C# .NET Framework along with a ton of other controls.

    Comment

    • johny10151981
      Top Contributor
      • Jan 2010
      • 1059

      #3
      Hey weaknessforcats ,
      I guess you have totally misread my message or may be I miss write. I asked is there any free version of any kind of compiler that can be worked on Windows and can work with win32.

      Thanks...

      Comment

      • weaknessforcats
        Recognized Expert Expert
        • Mar 2007
        • 9214

        #4
        You might get obsolete versions of compiler for free. Borland used to do that. You go the Borland website /freecompiler. What was there was usually the production compiler about two verions obsolete.

        II have also seen Visual Studio.NET in various version for sale for almost nothing in second-habd book stores.

        Maybe check the Internet and see what's available on eBay or Amazon.com.

        Comment

        • newb16
          Contributor
          • Jul 2008
          • 687

          #5
          There are compilers and there are gui toolkit libraries.
          There are qt, wxwidgets, fox toolkits, and may be others, that have grid (table) widget (control). They can be used with microsoft c++ copiler or gcc (mingw).

          Comment

          Working...