Click here to Skip to main content
15,905,068 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: WinXP Win2000 VC++ Inno Pin
rasha200325-Feb-04 3:16
rasha200325-Feb-04 3:16 
GeneralEnable/Disable IE Menus.items Pin
Abhi Lahare24-Feb-04 22:16
Abhi Lahare24-Feb-04 22:16 
GeneralRe: Enable/Disable IE Menus.items Pin
Prakash Nadar24-Feb-04 22:25
Prakash Nadar24-Feb-04 22:25 
Generalworking with grid Pin
catngo24-Feb-04 21:25
catngo24-Feb-04 21:25 
GeneralRe: working with grid Pin
Cedric Moonen24-Feb-04 22:45
Cedric Moonen24-Feb-04 22:45 
GeneralRe: working with grid Pin
catngo25-Feb-04 4:14
catngo25-Feb-04 4:14 
GeneralRe: working with grid Pin
catngo25-Feb-04 4:24
catngo25-Feb-04 4:24 
GeneralRe: working with grid Pin
Cedric Moonen25-Feb-04 4:39
Cedric Moonen25-Feb-04 4:39 
Ok. In quick, here is a picture of the indexes of the cells (for a 3X3 grid):

        Col A       Col B        Col C
Row0      0           1            2
Row1      3           4            5
Row2      6           7            8


So, if you want to put "mom" in cell B2, you'll have to write:

m_Grid.SetTextArray(6,"mom");

6 is given by: RowIndex * Number of column + ColIndex

(In your case: RowIndex=2, ColIndex=0)
GeneralRe: working with grid Pin
catngo25-Feb-04 4:51
catngo25-Feb-04 4:51 
GeneralRe: working with grid Pin
catngo25-Feb-04 5:06
catngo25-Feb-04 5:06 
GeneralRe: working with grid Pin
catngo25-Feb-04 5:16
catngo25-Feb-04 5:16 
QuestionHow does Word send the data to the clipboard Pin
Filomela24-Feb-04 21:23
Filomela24-Feb-04 21:23 
AnswerRe: How does Word send the data to the clipboard Pin
David Crow26-Feb-04 2:54
David Crow26-Feb-04 2:54 
GeneralRe: How does Word send the data to the clipboard Pin
Filomela26-Feb-04 20:27
Filomela26-Feb-04 20:27 
GeneralRe: How does Word send the data to the clipboard Pin
David Crow27-Feb-04 2:47
David Crow27-Feb-04 2:47 
GeneralRe: How does Word send the data to the clipboard Pin
Filomela27-Feb-04 21:22
Filomela27-Feb-04 21:22 
AnswerRe: How does Word send the data to the clipboard Pin
Filomela5-May-04 5:06
Filomela5-May-04 5:06 
Questionexit program function? Pin
catngo24-Feb-04 19:47
catngo24-Feb-04 19:47 
AnswerRe: exit program function? Pin
Robert A. T. Káldy24-Feb-04 20:01
Robert A. T. Káldy24-Feb-04 20:01 
GeneralRe: exit program function? Pin
catngo24-Feb-04 21:19
catngo24-Feb-04 21:19 
AnswerRe: exit program function? Pin
Cedric Moonen24-Feb-04 23:06
Cedric Moonen24-Feb-04 23:06 
GeneralRe: exit program function? Pin
catngo25-Feb-04 4:11
catngo25-Feb-04 4:11 
GeneralUsing adobe api files in VC Pin
mohdshiraz24-Feb-04 19:14
mohdshiraz24-Feb-04 19:14 
GeneralRe: Using adobe api files in VC Pin
Snooppy25-Feb-04 0:17
Snooppy25-Feb-04 0:17 
GeneralRe: Using adobe api files in VC Pin
mohdshiraz25-Feb-04 1:30
mohdshiraz25-Feb-04 1:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.