Click here to Skip to main content
15,916,280 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i read excel sheet using visual c++ MFC Pin
kamlesh987318-Aug-06 2:18
kamlesh987318-Aug-06 2:18 
AnswerRe: how can i read excel sheet using visual c++ MFC Pin
_AnsHUMAN_ 18-Aug-06 2:43
_AnsHUMAN_ 18-Aug-06 2:43 
QuestionRe: how can i read excel sheet using visual c++ MFC Pin
David Crow18-Aug-06 3:02
David Crow18-Aug-06 3:02 
AnswerRe: how can i read excel sheet using visual c++ MFC Pin
Hamid_RT18-Aug-06 3:04
Hamid_RT18-Aug-06 3:04 
GeneralRe: how can i read excel sheet using visual c++ MFC Pin
David Crow18-Aug-06 3:11
David Crow18-Aug-06 3:11 
GeneralRe: how can i read excel sheet using visual c++ MFC Pin
Hamid_RT18-Aug-06 7:07
Hamid_RT18-Aug-06 7:07 
AnswerRe: how can i read excel sheet using visual c++ MFC Pin
Waldermort18-Aug-06 3:56
Waldermort18-Aug-06 3:56 
QuestionSetItemText() Problem Pin
Kiran Pinjala18-Aug-06 1:58
Kiran Pinjala18-Aug-06 1:58 
I have a view derived from CListView.
In a button handler i wrote
CListCtrl &listCtl=GetListCtrl();<br />
for(int j =0 ;j<4;j++)<br />
    listCtl.SetItemText(i,j,arr->GetAt(j))

arr is a CStrinArray. GetAt is returning the string right. and value of i is 1. And i have set 4 coulumns for the ListView.
But the SetItemText is always returning 0.
Can you please show me the reason.
Thank you

KIRAN PINJARLA

AnswerRe: SetItemText() Problem Pin
Rage18-Aug-06 2:25
professionalRage18-Aug-06 2:25 
GeneralRe: SetItemText() Problem Pin
Maximilien18-Aug-06 2:30
Maximilien18-Aug-06 2:30 
GeneralRe: SetItemText() Problem Pin
Rage18-Aug-06 3:33
professionalRage18-Aug-06 3:33 
GeneralRe: SetItemText() Problem Pin
Hamid_RT18-Aug-06 3:00
Hamid_RT18-Aug-06 3:00 
QuestionRe: SetItemText() Problem Pin
David Crow18-Aug-06 3:16
David Crow18-Aug-06 3:16 
QuestionRe: SetItemText() Problem Pin
prasad_som18-Aug-06 3:19
prasad_som18-Aug-06 3:19 
AnswerRe: SetItemText() Problem Pin
Kiran Pinjala18-Aug-06 3:26
Kiran Pinjala18-Aug-06 3:26 
QuestionOnCancel Pin
SandhyaSri18-Aug-06 1:35
SandhyaSri18-Aug-06 1:35 
AnswerRe: OnCancel Pin
Cedric Moonen18-Aug-06 1:48
Cedric Moonen18-Aug-06 1:48 
GeneralRe: OnCancel Pin
SandhyaSri18-Aug-06 1:57
SandhyaSri18-Aug-06 1:57 
GeneralRe: OnCancel Pin
Cedric Moonen18-Aug-06 2:20
Cedric Moonen18-Aug-06 2:20 
AnswerRe: OnCancel Pin
David Crow18-Aug-06 3:08
David Crow18-Aug-06 3:08 
Questionwinsock errors Pin
afpr18-Aug-06 1:20
afpr18-Aug-06 1:20 
AnswerRe: winsock errors Pin
Rage18-Aug-06 1:27
professionalRage18-Aug-06 1:27 
GeneralRe: winsock errors Pin
afpr18-Aug-06 3:21
afpr18-Aug-06 3:21 
GeneralRe: winsock errors Pin
Rage18-Aug-06 3:30
professionalRage18-Aug-06 3:30 
QuestionDraw on Dialog Pin
erikamania18-Aug-06 1:04
erikamania18-Aug-06 1:04 

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.