Data grid view

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Dilanka
    New Member
    • Nov 2006
    • 1

    Data grid view

    I want to double click on the particular data item in data grid view and get that those values to another form can somebody tell me how can i do this? i'm using visual studio .net 2005 and the language is c++
  • dtimes6
    New Member
    • Oct 2006
    • 73

    #2
    There is no direct way of doing this in MFC, may be you can use some atl/.Net control provided by MS-Office, goto msdn.

    Comment

    • eric dexter
      New Member
      • Sep 2006
      • 46

      #3
      wxwindows has a grid that may be able to do sort of thing. If you can use whatever library you want to. It is popular with python and c

      Comment

      Working...