Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Including a class in an MFC project Pin
David Crow19-Jan-06 6:03
David Crow19-Jan-06 6:03 
QuestionReg: OS problem or Database problem?? Pin
Bhasker P19-Jan-06 5:32
Bhasker P19-Jan-06 5:32 
QuestionRe: Reg: OS problem or Database problem?? Pin
David Crow19-Jan-06 6:07
David Crow19-Jan-06 6:07 
QuestionAnother COM port question Pin
KellyR19-Jan-06 5:14
KellyR19-Jan-06 5:14 
AnswerRe: Another COM port question Pin
Prakash Nadar19-Jan-06 5:39
Prakash Nadar19-Jan-06 5:39 
GeneralRe: Another COM port question Pin
KellyR19-Jan-06 6:09
KellyR19-Jan-06 6:09 
GeneralRe: Another COM port question Pin
Prakash Nadar19-Jan-06 6:15
Prakash Nadar19-Jan-06 6:15 
GeneralRe: Another COM port question Pin
Toby Opferman19-Jan-06 9:24
Toby Opferman19-Jan-06 9:24 
GeneralRe: Another COM port question Pin
Anilkumar K V19-Jan-06 16:40
Anilkumar K V19-Jan-06 16:40 
QuestionRe: Another COM port question Pin
David Crow19-Jan-06 6:21
David Crow19-Jan-06 6:21 
AnswerRe: Another COM port question Pin
KellyR19-Jan-06 9:42
KellyR19-Jan-06 9:42 
Questionplease help me! Pin
dSolariuM19-Jan-06 4:23
dSolariuM19-Jan-06 4:23 
AnswerRe: please help me! Pin
toxcct19-Jan-06 4:44
toxcct19-Jan-06 4:44 
AnswerRe: please help me! Pin
Prakash Nadar19-Jan-06 5:07
Prakash Nadar19-Jan-06 5:07 
AnswerRe: please help me! Pin
stephen.hazel19-Jan-06 9:43
stephen.hazel19-Jan-06 9:43 
QuestionHow to read .Doc, pdf, .xls etc file? Pin
Amarelia19-Jan-06 3:57
Amarelia19-Jan-06 3:57 
AnswerRe: How to read .Doc, pdf, .xls etc file? Pin
toxcct19-Jan-06 4:08
toxcct19-Jan-06 4:08 
QuestionRe: How to read .Doc, pdf, .xls etc file? Pin
David Crow19-Jan-06 4:16
David Crow19-Jan-06 4:16 
AnswerRe: How to read .Doc, pdf, .xls etc file? Pin
Amarelia19-Jan-06 19:33
Amarelia19-Jan-06 19:33 
GeneralRe: How to read .Doc, pdf, .xls etc file? Pin
kakan19-Jan-06 20:00
professionalkakan19-Jan-06 20:00 
AnswerRe: How to read .Doc, pdf, .xls etc file? Pin
grigsoft19-Jan-06 4:22
grigsoft19-Jan-06 4:22 
AnswerRe: How to read .Doc, pdf, .xls etc file? Pin
Bob Flynn19-Jan-06 6:21
Bob Flynn19-Jan-06 6:21 
AnswerRe: How to read .Doc, pdf, .xls etc file? Pin
FarPointer19-Jan-06 6:32
FarPointer19-Jan-06 6:32 
Hi,
i guess you need to go through automation please see any standard MFC book and you can sail through easily,reading of excelfile is most time consuming if they have large data ,if posible convert them to CSV ( if you can ) and then parse them as you do on a text file . actually you can convert all the above formats to text format and parse ,for that you need to CreateDispatch on the respective application object and ask them to save the coressponding data in text formats .




Regards,
FarPointer
QuestionCheck If Mouse Button Down Pin
ZaebanB19-Jan-06 3:27
ZaebanB19-Jan-06 3:27 
QuestionRe: Check If Mouse Button Down Pin
David Crow19-Jan-06 3:33
David Crow19-Jan-06 3:33 

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.