datagrid visual c++ 6.0 - help please

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

help - I'm brand new to visual c++/windows mfc

I desperately need help retreiving values from cell
but I think a detailed TUTORIAL would help much more

I can't find any help anywhere - only .NET
where can I find a walkthru or code sampl
specificallf for visual c+++ 6.

ie - I read a post here that says use
datagrid1.Items(0).Cells(4).tex

but I don't even know where to insert that code or how to use it
my datagrid is CDataGrid
Is that what I reference
do I use a variable like m_myval = datagrid1.Items(0).Cells(4).tex

I'm a mainframer and obviously have a headache
need much help !!!
 
Back
Top