Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralODBC API Pin
Yulianto.7-Jul-04 23:11
Yulianto.7-Jul-04 23:11 
GeneralRe: ODBC API Pin
Johan Rosengren8-Jul-04 0:24
Johan Rosengren8-Jul-04 0:24 
GeneralOnMouseMove value problem Pin
d0153030y7-Jul-04 21:48
sussd0153030y7-Jul-04 21:48 
GeneralRe: onmousemove value problem Pin
Mike Dimmick8-Jul-04 1:17
Mike Dimmick8-Jul-04 1:17 
Generalfread() with excel and powerpoint files Pin
Member 3600827-Jul-04 20:27
Member 3600827-Jul-04 20:27 
GeneralRe: fread() with excel and powerpoint files Pin
vmaltsev8-Jul-04 2:03
vmaltsev8-Jul-04 2:03 
GeneralRe: fread() with excel and powerpoint files Pin
Member 3600828-Jul-04 2:08
Member 3600828-Jul-04 2:08 
GeneralRe: fread() with excel and powerpoint files Pin
vmaltsev8-Jul-04 2:50
vmaltsev8-Jul-04 2:50 
Well, you obviously have to know file format for that. Smile | :)
I can give you a small hint. Read 2 bytes on offset 0x200. If you have 0x0009, 0x0209, 0x0409, 0x0809 it's Excel file. I don't have much data on PowerPoint format therefore my assumption can be wrong. Nevertheless, if you have 0xA046 there, it's PowerPoint XP(and 2003?). If you have 0xFDFF there, you have to read extra 2 bytes from 0x204 and if you have 0x5eca there, it's PP95 and if the value is 0x5dca, it's PP97(-2002?).

Hope it'll help.
GeneralRe: fread() with excel and powerpoint files Pin
David Crow8-Jul-04 3:17
David Crow8-Jul-04 3:17 
GeneralAbout fatal error,when using customized template class in MFC proj. Pin
bg2sc7-Jul-04 20:06
bg2sc7-Jul-04 20:06 
GeneralRe: About fatal error,when using customized template class in MFC proj. Pin
Mike Dimmick8-Jul-04 1:57
Mike Dimmick8-Jul-04 1:57 
GeneralTiff to raw Pin
rita12027-Jul-04 19:52
rita12027-Jul-04 19:52 
GeneralRe: Tiff to raw Pin
ThatsAlok7-Jul-04 22:32
ThatsAlok7-Jul-04 22:32 
GeneralWhy can't U Update dynamic in sort mode Pin
inlandchris7-Jul-04 18:34
inlandchris7-Jul-04 18:34 
QuestionHow can i manipulate Registry Pin
Zeeshan Bilal7-Jul-04 18:29
Zeeshan Bilal7-Jul-04 18:29 
AnswerRe: How can i manipulate Registry Pin
Yogesh Kshatriya7-Jul-04 19:21
Yogesh Kshatriya7-Jul-04 19:21 
GeneralError in Open key and Query Pin
Zeeshan Bilal7-Jul-04 20:31
Zeeshan Bilal7-Jul-04 20:31 
GeneralRe: Error in Open key and Query Pin
Yogesh Kshatriya7-Jul-04 22:05
Yogesh Kshatriya7-Jul-04 22:05 
AnswerRe: How can i manipulate Registry Pin
Yulianto.7-Jul-04 22:51
Yulianto.7-Jul-04 22:51 
Questionhow to send mail without smtp server? Pin
bugtwo7-Jul-04 16:44
bugtwo7-Jul-04 16:44 
AnswerRe: how to send mail without smtp server? Pin
palbano7-Jul-04 17:18
palbano7-Jul-04 17:18 
AnswerRe: how to send mail without smtp server? Pin
Ryan Binns7-Jul-04 18:16
Ryan Binns7-Jul-04 18:16 
GeneralRe: how to send mail without smtp server? Pin
bugtwo7-Jul-04 18:34
bugtwo7-Jul-04 18:34 
GeneralRe: how to send mail without smtp server? Pin
Liger_Zero_X7-Jul-04 19:32
Liger_Zero_X7-Jul-04 19:32 
GeneralRe: how to send mail without smtp server? Pin
bugtwo8-Jul-04 17:22
bugtwo8-Jul-04 17:22 

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.