Click here to Skip to main content
16,006,594 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Socket main() working, Class is not Pin
Stuart Dootson12-Feb-09 0:14
professionalStuart Dootson12-Feb-09 0:14 
GeneralRe: Socket main() working, Class is not Pin
gvanto12-Feb-09 0:59
gvanto12-Feb-09 0:59 
QuestionMFC multilingual Application Pin
Varun Bhatt11-Feb-09 18:44
Varun Bhatt11-Feb-09 18:44 
AnswerRe: MFC multilingual Application Pin
Sarath C11-Feb-09 18:57
Sarath C11-Feb-09 18:57 
GeneralRe: MFC multilingual Application Pin
Varun Bhatt11-Feb-09 19:15
Varun Bhatt11-Feb-09 19:15 
GeneralRe: MFC multilingual Application Pin
Sarath C11-Feb-09 23:09
Sarath C11-Feb-09 23:09 
AnswerRe: MFC multilingual Application Pin
Hamid_RT11-Feb-09 19:15
Hamid_RT11-Feb-09 19:15 
QuestionSplitter window problem Pin
ATM@CodeProject11-Feb-09 18:41
ATM@CodeProject11-Feb-09 18:41 
Hi All,
---------------------
| | |
| | |
---------------------
| | |
| | |
---------------------
I need a splitter window (4 way) as shown above. I use the code



m_wndSplitter.CreateStatic(this, 1, 2));

m_wndSplitter1.CreateStatic(&m_wndSplitter,2,1,WS_CHILD |WS_VISIBLE, m_wndSplitter.IdFromRowCol (0, 0));
m_wndSplitter1.CreateView(0, 0, RUNTIME_CLASS(CLabel), CSize(250, 15), pContext) ;
m_wndSplitter1.CreateView(1, 0, RUNTIME_CLASS(CLView), CSize(250, 500), pContext) ;


m_wndSplitter2.CreateStatic(&m_wndSplitter,2,1,WS_CHILD |WS_VISIBLE, m_wndSplitter.IdFromRowCol (0, 1));
m_wndSplitter2.CreateView(0, 0, RUNTIME_CLASS(CLabel), CSize(250, 15), pContext) ;
m_wndSplitter2.CreateView(1, 0, RUNTIME_CLASS(CLView), CSize(250, 500), pContext) ;



But i got this
---------------------
|| |
|| |
---------------------
|| |
|| |
---------------------

I know that m_wndSplitter.CreateStatic(this, 2, 2));
is possible for this 4 way splittering.
But here wndSplitter1 & wndSplitter2 are the object of different splitter classes

Help me..
AnswerRe: Splitter window problem Pin
«_Superman_»11-Feb-09 20:23
professional«_Superman_»11-Feb-09 20:23 
GeneralRe: Splitter window problem Pin
ATM@CodeProject11-Feb-09 21:22
ATM@CodeProject11-Feb-09 21:22 
QuestionType casting Pin
Krishnakumartg11-Feb-09 18:09
Krishnakumartg11-Feb-09 18:09 
AnswerRe: Type casting Pin
«_Superman_»11-Feb-09 18:22
professional«_Superman_»11-Feb-09 18:22 
GeneralRe: Type casting Pin
Krishnakumartg11-Feb-09 18:25
Krishnakumartg11-Feb-09 18:25 
GeneralRe: Type casting Pin
«_Superman_»11-Feb-09 18:27
professional«_Superman_»11-Feb-09 18:27 
GeneralRe: Type casting Pin
Krishnakumartg11-Feb-09 18:37
Krishnakumartg11-Feb-09 18:37 
AnswerRe: Type casting Pin
Sarath C11-Feb-09 18:59
Sarath C11-Feb-09 18:59 
Questionunfamiliar error message box Pin
vanishaa11-Feb-09 18:03
vanishaa11-Feb-09 18:03 
AnswerRe: unfamiliar error message box [modified] Pin
_AnsHUMAN_ 11-Feb-09 18:16
_AnsHUMAN_ 11-Feb-09 18:16 
AnswerRe: unfamiliar error message box Pin
«_Superman_»11-Feb-09 18:24
professional«_Superman_»11-Feb-09 18:24 
JokeRe: unfamiliar error message box Pin
Cedric Moonen11-Feb-09 20:24
Cedric Moonen11-Feb-09 20:24 
QuestionList Control Pin
MsmVc11-Feb-09 17:24
MsmVc11-Feb-09 17:24 
AnswerRe: List Control Pin
_AnsHUMAN_ 11-Feb-09 18:19
_AnsHUMAN_ 11-Feb-09 18:19 
GeneralRe: List Control Pin
MsmVc11-Feb-09 18:24
MsmVc11-Feb-09 18:24 
GeneralRe: List Control Pin
_AnsHUMAN_ 11-Feb-09 18:29
_AnsHUMAN_ 11-Feb-09 18:29 
AnswerRe: List Control Pin
sam_psycho11-Feb-09 18:22
sam_psycho11-Feb-09 18:22 

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.