Re: VC++ Workspace kind of application

Tech-Archive recommends: Fix windows errors by optimizing your registry



I agree with Joe and just to expound a bit, if you put your list control on
the CFormView you can add any other controls as well and it's still just a
view so the messages will be handled very similarly. I've done this sort of
thing on lots of applications.

Another way to do it would be to use a CFormView for the whole thing and
just have a tree control and list control as part of the mix. Doing a
splitter that way is a little more difficult, but it really makes it easy to
add controls around the tree and list objects.

Tom

<prashant@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:1167861080.431124.187980@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi,

I have Visual VC++ 5.0 installed in my computer. And I want to create
Windows Explorer type application

with TreeView on the left View but on right I want VC++ IDE kind of
pane. Which can open more than one

child frame in side that.

In SDI, I have allready user Splitter and put TreeView in Left Pane and
CView on right pane. But Now the

problem is, How to create a child window in side the right pane.

Now I tried to use MDI. But I don't have any idea, How to put Splitter
kind of thing on MDI main frame not

child.

After that I want to generate child pane by clicking left Tree, and
dynamically generate new window with

my own data inside the right pane(or view, I don't know) . And the
child windows on the right pane, I want

to do cascade, tile etc.

What should I do? I tried a lot. Any example code for VC++ 5.0 will be
appreciated.

Thanks in advance.



.



Relevant Pages

  • Re: Ali R Can you guide me in this problem ??
    ... Message reflection is not bad; in some situations it can be very good. ... an edit control that paints its background color yellow. ... your list control has functionality that can only be used in the presence of another list control. ... It violates the principle that only the parent (or the child itself) should manipulate the child. ...
    (microsoft.public.vc.mfc)
  • Re: POLL -- Violence Against Women
    ... Squeeze her wrist til she drops the gun. ... control that her strength is beyond the norm and the only way of stopping ... I was once witness to a child gone berserk. ... an out of control woman *with a gun* might not punch her to get her to be ...
    (misc.writing)
  • Re: Updating contentplaceholder after initial load.....
    ... Search results show in content pane (generated by a user control) ... Inside content pane one column is a hyperlink. ... put code that says "if button A is pressed from the master, ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Update Property that mapped to a child controls property ?
    ... Welcome to ASPNET newsgroup. ... As for the custom control property which mapped to child controls' certain ...
    (microsoft.public.dotnet.framework.aspnet.buildingcontrols)
  • Re: CSplitterWnd paint problems
    ... the pane contents. ... Now the control draws its child elements, ... the mainframe for the pane's initialization. ... the parent window that just houses them. ...
    (microsoft.public.vc.mfc)