Click here to Skip to main content
15,903,362 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionLoading the correct icons Pin
Remco Hoogenboezem3-Jul-06 23:27
Remco Hoogenboezem3-Jul-06 23:27 
Questionoutput to CSV file Pin
PhilWalker3-Jul-06 23:16
PhilWalker3-Jul-06 23:16 
AnswerRe: output to CSV file Pin
*Dreamz3-Jul-06 23:40
*Dreamz3-Jul-06 23:40 
GeneralRe: output to CSV file Pin
PhilWalker3-Jul-06 23:53
PhilWalker3-Jul-06 23:53 
QuestionONCREAECLIENT Pin
ashish dogra3-Jul-06 23:09
ashish dogra3-Jul-06 23:09 
AnswerRe: ONCREAECLIENT Pin
_AnsHUMAN_ 3-Jul-06 23:15
_AnsHUMAN_ 3-Jul-06 23:15 
GeneralRe: ONCREAECLIENT Pin
ashish dogra3-Jul-06 23:24
ashish dogra3-Jul-06 23:24 
GeneralRe: ONCREAECLIENT [modified] Pin
_AnsHUMAN_ 3-Jul-06 23:32
_AnsHUMAN_ 3-Jul-06 23:32 
Listen Ashish.
What I told you yesterday was that you would need to derive classes from CView and then use CreateStatic(.....)
For example I am providing a snippet of code for splitting a window in shape of

////////////////////////////////
-------------||-----------------
------1-View-||--------2 View--
-------------||-----------------
-------------||-------------------
=================================
3 View

/////////////////////////////////
m_wndSplitter1.CreateStatic(this,2,1);
m_wndSplitter1.CreateView(1,0,RUNTIME_CLASS(COneView),CSize(200,200),pContext);
m_wndSplitter2.CreateStatic(&m_wndSplitter1,1,2);
m_wndSplitter2.CreateView(0,0,RUNTIME_CLASS(CTreeDeriv),CSize(200,200),pContext);
m_wndSplitter2.CreateView(0,1,RUNTIME_CLASS(CTwoView),CSize(200,400),pContext);
return TRUE;

///////////////////////////////////
here COneView and CTwoView were the classes that were derived from CView.


Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_


-- modified at 5:32 Tuesday 4th July, 2006
GeneralRe: ONCREAECLIENT Pin
ashish dogra3-Jul-06 23:45
ashish dogra3-Jul-06 23:45 
GeneralRe: ONCREAECLIENT Pin
_AnsHUMAN_ 4-Jul-06 0:01
_AnsHUMAN_ 4-Jul-06 0:01 
GeneralRe: ONCREAECLIENT Pin
ashish dogra4-Jul-06 0:09
ashish dogra4-Jul-06 0:09 
GeneralRe: ONCREAECLIENT Pin
huynhnb4-Jul-06 0:22
huynhnb4-Jul-06 0:22 
GeneralRe: ONCREAECLIENT Pin
ashish dogra4-Jul-06 0:37
ashish dogra4-Jul-06 0:37 
QuestionCopyFile Pin
hafz3-Jul-06 23:08
hafz3-Jul-06 23:08 
AnswerRe: CopyFile Pin
Weiye Chen3-Jul-06 23:10
Weiye Chen3-Jul-06 23:10 
AnswerRe: CopyFile Pin
Hamid_RT4-Jul-06 2:21
Hamid_RT4-Jul-06 2:21 
QuestionHow to create ActiveX like SDI application? Pin
safety_ruk3-Jul-06 23:05
safety_ruk3-Jul-06 23:05 
Questionabout circular button(owner draw) Pin
HOW WHAT3-Jul-06 23:00
HOW WHAT3-Jul-06 23:00 
AnswerRe: about circular button(owner draw) Pin
Sarath C4-Jul-06 0:30
Sarath C4-Jul-06 0:30 
QuestionFinding the Ordinal of an imported function Pin
capricious_0013-Jul-06 22:36
capricious_0013-Jul-06 22:36 
AnswerRe: Finding the Ordinal of an imported function Pin
Viorel.3-Jul-06 23:53
Viorel.3-Jul-06 23:53 
GeneralRe: Finding the Ordinal of an imported function Pin
capricious_0014-Jul-06 0:09
capricious_0014-Jul-06 0:09 
QuestionProblems with LaserJet driver Pin
quique3-Jul-06 21:55
quique3-Jul-06 21:55 
AnswerRe: Problems with LaserJet driver Pin
Hamid_RT3-Jul-06 22:08
Hamid_RT3-Jul-06 22:08 
GeneralRe: Problems with LaserJet driver Pin
quique4-Jul-06 0:46
quique4-Jul-06 0:46 

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.