Re: VC++ Workspace kind of application
- From: "Tom Serface" <tserface@xxxxxxx>
- Date: Thu, 4 Jan 2007 09:42:50 -0800
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.
.
- Follow-Ups:
- Re: VC++ Workspace kind of application
- From: prashant
- Re: VC++ Workspace kind of application
- References:
- VC++ Workspace kind of application
- From: prashant
- VC++ Workspace kind of application
- Prev by Date: Re: Manifest Idiocy - yawn
- Next by Date: Re: Remote debugging?
- Previous by thread: Re: VC++ Workspace kind of application
- Next by thread: Re: VC++ Workspace kind of application
- Index(es):
Relevant Pages
|