Click here to Skip to main content
15,903,388 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Relevancy of C structures [modified] Pin
Sam Hobbs21-May-06 17:05
Sam Hobbs21-May-06 17:05 
AnswerRe: Relevancy of C structures [modified] Pin
James Brown20-May-06 23:48
James Brown20-May-06 23:48 
GeneralRe: Relevancy of C structures [modified] Pin
Sam Hobbs21-May-06 4:57
Sam Hobbs21-May-06 4:57 
QuestionScreen Recording Pin
CNewbie20-May-06 12:36
CNewbie20-May-06 12:36 
GeneralRe: Screen Recording Pin
User 171649220-May-06 13:04
professionalUser 171649220-May-06 13:04 
GeneralRe: Screen Recording Pin
CNewbie20-May-06 13:21
CNewbie20-May-06 13:21 
QuestionDoc-View and NewFile Pin
faroo2820-May-06 9:26
faroo2820-May-06 9:26 
AnswerRe: Doc-View and NewFile Pin
Neville Franks20-May-06 13:02
Neville Franks20-May-06 13:02 
In your CMyApp::InitInstance() function add:

if ( cmdInfo.m_nShellCommand == CCommandLineInfo::FileNew )
    cmdInfo.m_nShellCommand = CCommandLineInfo::FileNothing;


There is an MFC FAQ here on CP which should cover this.

Neville Franks, Author of Surfulater www.surfulater.com "Save what you Surf" and ED for Windows www.getsoft.com
GeneralRe: Doc-View and NewFile Pin
faroo2821-May-06 13:45
faroo2821-May-06 13:45 
Questionmd5? Pin
flyskytoday20-May-06 5:36
flyskytoday20-May-06 5:36 
AnswerRe: md5? Pin
Chris Losinger20-May-06 6:33
professionalChris Losinger20-May-06 6:33 
GeneralRe: md5? Pin
flyskytoday21-May-06 3:51
flyskytoday21-May-06 3:51 
QuestionExporting a struc from a DLL Pin
Cyber Friend20-May-06 4:23
Cyber Friend20-May-06 4:23 
AnswerRe: Exporting a struc from a DLL Pin
Cyber Friend20-May-06 6:28
Cyber Friend20-May-06 6:28 
QuestionSockets help Pin
Demian Panello20-May-06 4:08
Demian Panello20-May-06 4:08 
AnswerRe: Sockets help Pin
Laxman Auti20-May-06 4:25
Laxman Auti20-May-06 4:25 
GeneralRe: Sockets help Pin
Demian Panello20-May-06 7:24
Demian Panello20-May-06 7:24 
GeneralRe: Sockets help Pin
Laxman Auti21-May-06 18:38
Laxman Auti21-May-06 18:38 
QuestionCrash.... Pin
RockyJames20-May-06 2:52
RockyJames20-May-06 2:52 
AnswerRe: Crash.... Pin
Stephen Hewitt20-May-06 4:38
Stephen Hewitt20-May-06 4:38 
QuestionReflection & late binding [modifed] Pin
ey_cat20-May-06 2:38
ey_cat20-May-06 2:38 
AnswerRe: Reflection & late binding [modifed] Pin
Laxman Auti20-May-06 3:53
Laxman Auti20-May-06 3:53 
GeneralRe: Reflection & late binding [modifed] Pin
ey_cat20-May-06 9:32
ey_cat20-May-06 9:32 
QuestionAbout Runtime class Pin
Ramu.e20-May-06 1:58
Ramu.e20-May-06 1:58 
AnswerRe: About Runtime class Pin
Hamid_RT20-May-06 2:01
Hamid_RT20-May-06 2:01 

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.