Click here to Skip to main content
15,886,963 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Doubt in Splitter window Pin
raghuji.rao2-Jun-06 19:24
raghuji.rao2-Jun-06 19:24 
AnswerRe: Doubt in Splitter window [modified] Pin
Sameer_Thakur2-Jun-06 23:51
Sameer_Thakur2-Jun-06 23:51 
GeneralRe: Doubt in Splitter window [modified] Pin
Member 30398433-Jun-06 1:30
Member 30398433-Jun-06 1:30 
GeneralRe: Doubt in Splitter window [modified] Pin
Sameer_Thakur4-Jun-06 3:26
Sameer_Thakur4-Jun-06 3:26 
GeneralRe: Doubt in Splitter window [modified] Pin
Member 30398434-Jun-06 18:02
Member 30398434-Jun-06 18:02 
GeneralRe: Doubt in Splitter window [modified] Pin
Sameer_Thakur4-Jun-06 19:56
Sameer_Thakur4-Jun-06 19:56 
GeneralRe: Doubt in Splitter window [modified] Pin
Member 30398434-Jun-06 23:41
Member 30398434-Jun-06 23:41 
GeneralRe: Doubt in Splitter window [modified] Pin
Sameer_Thakur5-Jun-06 4:28
Sameer_Thakur5-Jun-06 4:28 
Hello,

I found some interesting facts about CSplitterWnd::CreateView(). The document says that you cannot call the 'CreateView()' from outside the OnCreateClient(). But you can call it indirectly from OnCreateClient() i.e. you can call another function from OnCreateClient() which calls CreateView().

________________________________________________________
For example....

OnCreateClient(..)
{
CreateAllViews(..)
}

CreateAllViews(..)
{
CreateView(...);
CreateView(...);
}


______________________________________________


In your code you are calling CreatView() in
void CMyTree::OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult).

I think this might be the reason why you get an exception.....




Rakesh
QuestionHow to set/clear and read status pin of COM port ? Pin
quangpk2-Jun-06 14:00
quangpk2-Jun-06 14:00 
QuestionCWnd::OnRButtonUp( ) Pin
LeeeNN2-Jun-06 13:03
LeeeNN2-Jun-06 13:03 
AnswerRe: CWnd::OnRButtonUp( ) Pin
Michael Dunn2-Jun-06 14:36
sitebuilderMichael Dunn2-Jun-06 14:36 
GeneralRe: CWnd::OnRButtonUp( ) Pin
LeeeNN2-Jun-06 21:20
LeeeNN2-Jun-06 21:20 
QuestionForcing focus to a control.... [modified] Pin
Peter Weyzen2-Jun-06 12:13
Peter Weyzen2-Jun-06 12:13 
AnswerRe: Forcing focus to a control.... [modified] Pin
Wes Aday2-Jun-06 12:20
professionalWes Aday2-Jun-06 12:20 
QuestionAccelerators Questions Pin
Maximilien2-Jun-06 10:31
Maximilien2-Jun-06 10:31 
GeneralRe: Accelerators Questions Pin
Maxwell Chen2-Jun-06 11:12
Maxwell Chen2-Jun-06 11:12 
QuestionWinsock 2 question Pin
SPowers2-Jun-06 10:17
SPowers2-Jun-06 10:17 
AnswerRe: Winsock 2 question Pin
Zac Howland2-Jun-06 10:22
Zac Howland2-Jun-06 10:22 
GeneralRe: Winsock 2 question Pin
SPowers2-Jun-06 10:23
SPowers2-Jun-06 10:23 
GeneralRe: Winsock 2 question Pin
led mike2-Jun-06 11:15
led mike2-Jun-06 11:15 
QuestionHANDLE - what exactly is it ? Pin
big_denny_2002-Jun-06 10:16
big_denny_2002-Jun-06 10:16 
AnswerRe: HANDLE - what exactly is it ? [modified] Pin
Maxwell Chen2-Jun-06 10:57
Maxwell Chen2-Jun-06 10:57 
QuestionHow to learn develop in C++ and VOIP ? Pin
Yanshof2-Jun-06 8:47
Yanshof2-Jun-06 8:47 
AnswerRe: How to learn develop in C++ and VOIP ? Pin
led mike2-Jun-06 8:55
led mike2-Jun-06 8:55 
GeneralRe: How to learn develop in C++ and VOIP ? [modified] Pin
Yanshof2-Jun-06 10:39
Yanshof2-Jun-06 10:39 

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.