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

C / C++ / MFC

 
AnswerRe: Trying to Display HWND as String Pin
Abhi Lahare3-Jul-06 0:04
Abhi Lahare3-Jul-06 0:04 
AnswerRe: Trying to Display HWND as String Pin
see me3-Jul-06 0:19
see me3-Jul-06 0:19 
AnswerWrong Forum Pin
redfish343-Jul-06 23:03
redfish343-Jul-06 23:03 
Questionplz Tell me Pin
ashish dogra2-Jul-06 23:34
ashish dogra2-Jul-06 23:34 
AnswerRe: plz Tell me Pin
_AnsHUMAN_ 2-Jul-06 23:44
_AnsHUMAN_ 2-Jul-06 23:44 
GeneralRe: plz Tell me Pin
ashish dogra3-Jul-06 0:02
ashish dogra3-Jul-06 0:02 
GeneralRe: plz Tell me Pin
_AnsHUMAN_ 3-Jul-06 0:05
_AnsHUMAN_ 3-Jul-06 0:05 
GeneralRe: plz Tell me Pin
Abhi Lahare3-Jul-06 0:12
Abhi Lahare3-Jul-06 0:12 
try this:

BOOL CMainFrame::OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext)<br />
{<br />
// TODO: Add your specialized code here and/or call the base class<br />
BOOL res = m_splilter.CreateStatic(this,2,1);<br />
m_splilter.CreateView(0,0,RUNTIME_CLASS(CsplView),CSize(0, 200), pContext);<br />
m_splilter.CreateView(1,0,RUNTIME_CLASS(COtherView),CSize(200, 200), pContext);<br />
return TRUE;<br />
}


Where CsplView is a default view class generated by Wizard
and COtherView is class derived from Cview.

Hope these help.
QuestionListbox Scrollbar issue Pin
Sarath C2-Jul-06 23:32
Sarath C2-Jul-06 23:32 
QuestionChanging Active View Pin
_Tom_2-Jul-06 23:27
_Tom_2-Jul-06 23:27 
AnswerRe: Changing Active View Pin
Viorel.2-Jul-06 23:38
Viorel.2-Jul-06 23:38 
GeneralRe: Changing Active View Pin
_Tom_3-Jul-06 0:59
_Tom_3-Jul-06 0:59 
GeneralRe: Changing Active View Pin
Viorel.3-Jul-06 1:26
Viorel.3-Jul-06 1:26 
AnswerRe: Changing Active View [modified] Pin
Cliff Hatch3-Jul-06 11:36
Cliff Hatch3-Jul-06 11:36 
QuestionUrgent :- How to read the unicode file with C/C++ Pin
Rocky Marrone2-Jul-06 23:26
Rocky Marrone2-Jul-06 23:26 
AnswerRe: Urgent :- How to read the unicode file with C/C++ Pin
Justin Tay3-Jul-06 2:08
Justin Tay3-Jul-06 2:08 
GeneralRe: Urgent :- How to read the unicode file with C/C++ Pin
Rocky Marrone3-Jul-06 2:51
Rocky Marrone3-Jul-06 2:51 
GeneralRe: Urgent :- How to read the unicode file with C/C++ Pin
Justin Tay3-Jul-06 2:56
Justin Tay3-Jul-06 2:56 
Questionhow to enumerate domain name list? Pin
host282-Jul-06 23:23
host282-Jul-06 23:23 
QuestionC++ Pin
Nirmal Khatri2-Jul-06 23:02
Nirmal Khatri2-Jul-06 23:02 
AnswerRe: C++ Pin
Cedric Moonen2-Jul-06 23:05
Cedric Moonen2-Jul-06 23:05 
QuestionAdding a toolbar in Win32 Application Pin
Cyber Friend2-Jul-06 22:56
Cyber Friend2-Jul-06 22:56 
Questionproblem on resize window???? Pin
mimimimilaw2-Jul-06 22:55
mimimimilaw2-Jul-06 22:55 
QuestionRe: problem on resize window???? Pin
see me2-Jul-06 23:19
see me2-Jul-06 23:19 
AnswerRe: problem on resize window???? Pin
mimimimilaw2-Jul-06 23:29
mimimimilaw2-Jul-06 23:29 

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.