Click here to Skip to main content
15,911,035 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CFile GetStatus Pin
Ravi Bhavnani16-Oct-02 7:51
professionalRavi Bhavnani16-Oct-02 7:51 
GeneralRe: CFile GetStatus Pin
ns16-Oct-02 7:55
ns16-Oct-02 7:55 
GeneralRe: CFile GetStatus Pin
Ravi Bhavnani16-Oct-02 10:11
professionalRavi Bhavnani16-Oct-02 10:11 
GeneralInternet Transfer Control Pin
htazbug0216-Oct-02 4:46
htazbug0216-Oct-02 4:46 
Generalabout CView Pin
Anonymous16-Oct-02 4:40
Anonymous16-Oct-02 4:40 
QuestionHow do I programmatically retrieve the path for the default application associated with a file type? Pin
Houdini16-Oct-02 3:06
Houdini16-Oct-02 3:06 
AnswerRe: How do I programmatically retrieve the path for the default application associated with a file type? Pin
Jon Hulatt16-Oct-02 4:10
Jon Hulatt16-Oct-02 4:10 
GeneralRe: How do I programmatically retrieve the path for the default application associated with a file type? Pin
Houdini16-Oct-02 4:41
Houdini16-Oct-02 4:41 
Most application should support this. "app /p filename" is a standard Windows parameter to print a document, just as "app filename" is a standard Windows parameter to load a file when the app starts.

Any application written in MFC/VB supports this automatically as it's built into those libraries. Don't know about other libraries, but I would think they would considering /p is a stardard windows param.

In any case, most will support it, and the ones that don't should at least load the application with the file so the user could just hit file/print in the application.
AnswerRe: How do I programmatically retrieve the path for the default application associated with a file type? Pin
Tomasz Sowinski16-Oct-02 4:23
Tomasz Sowinski16-Oct-02 4:23 
GeneralRe: How do I programmatically retrieve the path for the default application associated with a file type? Pin
Houdini16-Oct-02 4:43
Houdini16-Oct-02 4:43 
GeneralHide window instance in the system bar Pin
Gian16-Oct-02 2:23
Gian16-Oct-02 2:23 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 3:33
Tomasz Sowinski16-Oct-02 3:33 
GeneralRe: Hide window instance in the system bar Pin
Jon Hulatt16-Oct-02 4:09
Jon Hulatt16-Oct-02 4:09 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 4:14
Tomasz Sowinski16-Oct-02 4:14 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 4:45
Gian16-Oct-02 4:45 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 4:48
Tomasz Sowinski16-Oct-02 4:48 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 5:26
Gian16-Oct-02 5:26 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 5:27
Tomasz Sowinski16-Oct-02 5:27 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 5:48
Gian16-Oct-02 5:48 
GeneralRe: Hide window instance in the system bar Pin
Tomasz Sowinski16-Oct-02 5:50
Tomasz Sowinski16-Oct-02 5:50 
GeneralRe: Hide window instance in the system bar Pin
Gian16-Oct-02 6:07
Gian16-Oct-02 6:07 
GeneralKuhow to trap IDirectSoundNotify8 notifications Pin
Member 10570216-Oct-02 2:07
Member 10570216-Oct-02 2:07 
Generaldetect when the user leaves the mouse button over a button. Pin
Joan M16-Oct-02 1:36
professionalJoan M16-Oct-02 1:36 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Jon Hulatt16-Oct-02 2:16
Jon Hulatt16-Oct-02 2:16 
GeneralRe: detect when the user leaves the mouse button over a button. Pin
Joan M16-Oct-02 2:58
professionalJoan M16-Oct-02 2:58 

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.