Click here to Skip to main content
15,898,588 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
I've to develop a dailog box with a tree control on left side of the box and different controls(combo, edit, check...etc) on the right side of the box.
And Clicking every node of Tree Control should display controls relating to that node.
Do I've to develop different dialog boxes or can achieve this in a single dialog??
http://img827.imageshack.us/i/img1k.jpg/

http://img94.imageshack.us/i/img2tyz.jpg/
Posted
Updated 31-Oct-10 2:15am
v5

1 solution

You don't need to write multiple dialogs, most people just extend property sheets/pages to get this done the way you want to. For an example, see the following article:

CTreePropSheet - A Netscape/Visual Studio .NET like Preferences Dialog[^]
 
Share this answer
 
v4
Comments
lakshman rao 1-Nov-10 2:17am    
Thank you so much!!!!
I too got an idea of using property pages but I was not clear how to implement.
BTW i'm a big fan of you nishant.. :)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900