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

C / C++ / MFC

 
GeneralRe: How to change a toolbar bitmap image? Pin
Roger Allen12-Nov-03 6:49
Roger Allen12-Nov-03 6:49 
GeneralRe: How to change a toolbar bitmap image? Pin
ElizabethC12-Nov-03 10:49
ElizabethC12-Nov-03 10:49 
Generalopengl with visual c++ Pin
bik10-Nov-03 10:48
bik10-Nov-03 10:48 
GeneralRe: opengl with visual c++ Pin
Andrew Walker10-Nov-03 12:24
Andrew Walker10-Nov-03 12:24 
GeneralRe: opengl with visual c++ Pin
Orhun Birsoy10-Nov-03 13:07
Orhun Birsoy10-Nov-03 13:07 
Generalfile system in Mac Pin
pnpfriend10-Nov-03 10:31
pnpfriend10-Nov-03 10:31 
GeneralRe: file system in Mac Pin
Johnny ²10-Nov-03 11:24
Johnny ²10-Nov-03 11:24 
GeneralRe: file system in Mac Pin
pnpfriend12-Nov-03 4:00
pnpfriend12-Nov-03 4:00 
so what you are saying the given link is just works for Microsoft Office files.. so how come only excel and word files could read but not access and powerpoint files..

<br />
If you want to have automatic filetype detection in Windows then you'll have to use file extensions - I dont see this as a problem, <br />

yes there is a problem in detecting file type base on the file extensions..
because some of the files do not have file extensions and human have to figure it out by trying to open the file with several application to see whether if the file is readable with that application or this application.

and it makes identifying them for a human easier as well.
so it is not easier for human.
it takes time to open on file without the extensions..if i can write the function that could determine the file type, not base on extension, I can just open/print the right application (programmatically)
sometime the file extension is .doc but the file was created with Adobe Acrobat because someone has changed the file extension.
so finding out the file type depending on the file extension is not really good.

I just wondering if MAC can tell the file type of the file without file extension, is there any methods or ways to do the same as MAC
GeneralFile out Pin
Anonymous10-Nov-03 9:30
Anonymous10-Nov-03 9:30 
GeneralRe: File out Pin
Shay Harel10-Nov-03 9:45
Shay Harel10-Nov-03 9:45 
GeneralRe: File out Pin
Christian Graus10-Nov-03 10:29
protectorChristian Graus10-Nov-03 10:29 
GeneralRe: File out Pin
Anonymous11-Nov-03 2:27
Anonymous11-Nov-03 2:27 
GeneralRe: File out Pin
Christian Graus11-Nov-03 8:50
protectorChristian Graus11-Nov-03 8:50 
Generalcallback function s-- Pin
ns10-Nov-03 8:29
ns10-Nov-03 8:29 
GeneralRe: callback function s-- Pin
Ravi Bhavnani10-Nov-03 8:47
professionalRavi Bhavnani10-Nov-03 8:47 
GeneralRe: callback function s-- Pin
ns10-Nov-03 9:08
ns10-Nov-03 9:08 
GeneralRe: callback function s-- Pin
David Crow10-Nov-03 9:01
David Crow10-Nov-03 9:01 
GeneralRe: callback function s-- Pin
ns10-Nov-03 9:07
ns10-Nov-03 9:07 
QuestionHow to change color into Excel Pin
jerome_data10-Nov-03 8:16
jerome_data10-Nov-03 8:16 
AnswerRe: How to change color into Excel Pin
Peter Molnar10-Nov-03 14:25
Peter Molnar10-Nov-03 14:25 
GeneralA pointer to a closed window Pin
Shay Harel10-Nov-03 7:39
Shay Harel10-Nov-03 7:39 
GeneralRe: A pointer to a closed window Pin
Nitron10-Nov-03 8:04
Nitron10-Nov-03 8:04 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 8:07
Shay Harel10-Nov-03 8:07 
GeneralRe: A pointer to a closed window Pin
David Crow10-Nov-03 9:12
David Crow10-Nov-03 9:12 
GeneralRe: A pointer to a closed window Pin
Shay Harel10-Nov-03 9:26
Shay Harel10-Nov-03 9:26 

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.