Click here to Skip to main content
15,902,799 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Determining double click vs single click Pin
Renjith Ramachandran19-Aug-02 10:16
Renjith Ramachandran19-Aug-02 10:16 
GeneralParent window jumps after click on List Control Pin
Shay Harel19-Aug-02 7:08
Shay Harel19-Aug-02 7:08 
GeneralRe: Parent window jumps after click on List Control Pin
Tomasz Sowinski19-Aug-02 7:13
Tomasz Sowinski19-Aug-02 7:13 
GeneralRe: Parent window jumps after click on List Control Pin
sharel@emc.com19-Aug-02 11:41
susssharel@emc.com19-Aug-02 11:41 
GeneralRe: Parent window jumps after click on List Control Pin
Renjith Ramachandran19-Aug-02 10:26
Renjith Ramachandran19-Aug-02 10:26 
GeneralRe: Parent window jumps after click on List Control Pin
Sharel19-Aug-02 11:36
Sharel19-Aug-02 11:36 
GeneralPhilosophically simple but... Pin
Kash19-Aug-02 6:47
Kash19-Aug-02 6:47 
GeneralRe: Philosophically simple but... Pin
Tomasz Sowinski19-Aug-02 7:07
Tomasz Sowinski19-Aug-02 7:07 
Assuming that pDoc is CYourDoc pointer and pTemplate points to CMultiDocTemplate object, you can open new window like this:
CFrameWnd* pNewFrame = pTemplate->CreateNewFrame(pDoc, NULL);
pNewFrame->InitialUpdateFrame(pDoc, TRUE);


Tomasz Sowinski -- http://www.shooltz.com

"Yields falsehood when preceded by its quotation" yields falsehood when preceded by its quotation.

GeneralRe: Philosophically simple but... Pin
Kash19-Aug-02 11:57
Kash19-Aug-02 11:57 
GeneralRe: Philosophically simple but... Pin
Tomasz Sowinski19-Aug-02 21:50
Tomasz Sowinski19-Aug-02 21:50 
GeneralLinking a non-MFC lib to an MFC project Pin
Navin19-Aug-02 6:00
Navin19-Aug-02 6:00 
GeneralRe: Linking a non-MFC lib to an MFC project Pin
Tomasz Sowinski19-Aug-02 6:05
Tomasz Sowinski19-Aug-02 6:05 
GeneralRe: Linking a non-MFC lib to an MFC project Pin
Navin19-Aug-02 6:56
Navin19-Aug-02 6:56 
QuestionWhat is the Definative Book on C++. Pin
Raskolnikov19-Aug-02 5:45
Raskolnikov19-Aug-02 5:45 
AnswerRe: What is the Definative Book on C++. Pin
Tomasz Sowinski19-Aug-02 5:53
Tomasz Sowinski19-Aug-02 5:53 
AnswerRe: What is the Definative Book on C++. Pin
valikac19-Aug-02 6:27
valikac19-Aug-02 6:27 
GeneralRe: What is the Definative Book on C++. Pin
Trollslayer19-Aug-02 6:43
mentorTrollslayer19-Aug-02 6:43 
GeneralRe: What is the Definative Book on C++. Pin
Tomasz Sowinski19-Aug-02 6:45
Tomasz Sowinski19-Aug-02 6:45 
GeneralRe: What is the Definative Book on C++. Pin
Raskolnikov19-Aug-02 11:54
Raskolnikov19-Aug-02 11:54 
AnswerRe: What is the Definative Book on C++. Pin
Stuart Dootson19-Aug-02 8:33
professionalStuart Dootson19-Aug-02 8:33 
GeneralMFC Assertion Failures Pin
gm_coll19-Aug-02 5:34
gm_coll19-Aug-02 5:34 
GeneralRe: MFC Assertion Failures Pin
Tomasz Sowinski19-Aug-02 5:36
Tomasz Sowinski19-Aug-02 5:36 
GeneralRe: MFC Assertion Failures Pin
gm_coll19-Aug-02 6:07
gm_coll19-Aug-02 6:07 
GeneralRe: MFC Assertion Failures Pin
Tomasz Sowinski19-Aug-02 6:14
Tomasz Sowinski19-Aug-02 6:14 
GeneralRe: MFC Assertion Failures Pin
Mustafa Demirhan19-Aug-02 13:33
Mustafa Demirhan19-Aug-02 13:33 

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.