Thread: DataGrid or MS Flex grid, is there one in C++ ??

  1. #1
    Registered User
    Join Date
    Oct 2003
    Posts
    1

    DataGrid or MS Flex grid, is there one in C++ ??

    What does MFC C++ have ? Compared to MS vb6.0

    Datagrid :=> Is a vb6.0 control to view records by field and columns, like a excel spreadsheet.

    Q1:What controls, or whatever do you use in the same as a DataGrid in MS vb6.0 to edit, copy view records from a MS Access Data Table in MFC.

    Q2:Also Vb6.0 has a picture box for drawing, what approach would you use in MFC C++ to draw in a box area ?

    Yeah ok I am a newbie C++ programmer !!!

  2. #2
    &TH of undefined behavior Fordy's Avatar
    Join Date
    Aug 2001
    Posts
    5,793
    I wouldnt be suprised if the MSDatagrid was actually written in c++.....

    You can use those controls in MFC just as you can in VB...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Speed test result
    By audinue in forum C Programming
    Replies: 4
    Last Post: 07-07-2008, 05:18 AM
  2. Datagrid Export to MS Excel with C++ .NET
    By Gerudom in forum Windows Programming
    Replies: 3
    Last Post: 06-09-2006, 07:58 AM
  3. how to use flex grid rowset feature??
    By mergoktas in forum Windows Programming
    Replies: 3
    Last Post: 07-28-2004, 04:43 AM
  4. Ping
    By ZakkWylde969 in forum Tech Board
    Replies: 5
    Last Post: 09-23-2003, 12:28 PM
  5. The Timing is incorret
    By Drew in forum C++ Programming
    Replies: 5
    Last Post: 08-28-2003, 04:57 PM