Click here to Skip to main content
15,891,184 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Is there some registration and pay servers for programs ? Pin
vgrigor1-Mar-04 23:11
vgrigor1-Mar-04 23:11 
GeneralRe: Is there some registration and pay servers for programs ? Pin
Mr.Prakash1-Mar-04 23:43
sussMr.Prakash1-Mar-04 23:43 
GeneralPointer To Dialog Pin
Caoimh29-Feb-04 22:13
Caoimh29-Feb-04 22:13 
GeneralRe: Pointer To Dialog Pin
Prakash Nadar29-Feb-04 23:37
Prakash Nadar29-Feb-04 23:37 
GeneralRe: Pointer To Dialog Pin
Caoimh1-Mar-04 1:39
Caoimh1-Mar-04 1:39 
GeneralRe: Pointer To Dialog Pin
Steve S1-Mar-04 1:56
Steve S1-Mar-04 1:56 
GeneralMDI Windows Pin
Jiang Wei29-Feb-04 22:01
Jiang Wei29-Feb-04 22:01 
GeneralRe: MDI Windows Pin
Robert A. T. Káldy2-Mar-04 1:31
Robert A. T. Káldy2-Mar-04 1:31 
It's the default action in MDI app. If you launch it without any filename on commandline, it creates a new file. To suppress it, go to CYourApp::InitInstance and add before the ProcessShellCommand:
<br />
if (cmdInfo.m_nShellCommand != CCommandLineInfo::FileNew)<br />
    if (!ProcessShellCommand(cmdInfo))<br />
        return FALSE;


Robert-Antonio

"Friends come and leave, but teddybears stay in forever."

QuestionCan we Set the ReadOnly attribute to a checkbox? Pin
Jim Chan29-Feb-04 21:22
Jim Chan29-Feb-04 21:22 
AnswerRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Prakash Nadar29-Feb-04 21:25
Prakash Nadar29-Feb-04 21:25 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Jim Chan29-Feb-04 21:54
Jim Chan29-Feb-04 21:54 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Prakash Nadar29-Feb-04 23:10
Prakash Nadar29-Feb-04 23:10 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Jim Chan1-Mar-04 1:10
Jim Chan1-Mar-04 1:10 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Prakash Nadar1-Mar-04 1:13
Prakash Nadar1-Mar-04 1:13 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Jim Chan1-Mar-04 1:34
Jim Chan1-Mar-04 1:34 
GeneralRe: Can we Set the ReadOnly attribute to a checkbox? Pin
Steve S1-Mar-04 1:58
Steve S1-Mar-04 1:58 
Generalconnect to a shared device before the user has logged on... Pin
Joan M29-Feb-04 21:04
professionalJoan M29-Feb-04 21:04 
Generalhex to decimal Pin
styve29-Feb-04 20:53
styve29-Feb-04 20:53 
GeneralRe: hex to decimal Pin
Prakash Nadar29-Feb-04 21:22
Prakash Nadar29-Feb-04 21:22 
Generalhex to decimal (code) Pin
styve29-Feb-04 22:19
styve29-Feb-04 22:19 
GeneralRe: hex to decimal (code) Pin
Prakash Nadar29-Feb-04 23:19
Prakash Nadar29-Feb-04 23:19 
GeneralCall stack frame has no stack information for the application debugged Pin
SVPG29-Feb-04 20:32
SVPG29-Feb-04 20:32 
GeneralRe: Call stack frame has no stack information for the application debugged Pin
Neville Franks29-Feb-04 22:02
Neville Franks29-Feb-04 22:02 
GeneralFor The Gurus Pin
Pazzuzu29-Feb-04 20:31
Pazzuzu29-Feb-04 20:31 
GeneralProblem of default accelerator in MDI application Pin
gu mingqiu29-Feb-04 20:24
gu mingqiu29-Feb-04 20:24 

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.