hi i am using visual studio (2005) and c++ and win32. i want to add tree control to a list view but i am not able to . could any one help me with some sample code
What "add tree control to a list view" means? In other words, it is not very clear what you try to achieve, so one hardly can help you. "gayatri" wrote in message news:5171D33A-74A7-4856-A849-F984188D7655@microsoft.com... > hi > i am using visual studio (2005) and c++ and win32. > i want to add tree control to a list view but i am not able to . > could any one help me with some sample code >
"gayatri" wrote: > hi > i am using visual studio (2005) and c++ and win32. > i want to add tree control to a list view but i am not able to . > could any one help me with some sample code What do you meen "to add" tree control to a list view? Tree-View control and List-View control are distinct windows. You cannot add one window to another. Alex
Hi i want to insert tree control in list view. I know it can be dont through custom draw , but please let me know if there is someting else its really urgent pls help me "Alex Blekhman" wrote: > "gayatri" wrote: > > hi > > i am using visual studio (2005) and c++ and win32. > > i want to add tree control to a list view but i am not able to . > > could any one help me with some sample code > > What do you meen "to add" tree control to a list view? Tree-View > control and List-View > control are distinct windows. You cannot add one window to > another. > > Alex > > >
"gayatri" wrote: > Hi > i want to insert tree control in list view. > I know it can be dont through custom draw , but please let me > know if there > is someting else > its really urgent pls help me It is unclear what you want to achieve. If you need tree-list hybrid, then here are some examples: "Tree Controls - Tree/List Hybrids" http://www.codeproject.com/KB/tree/#Tree%20Controls%20-%20Tree/List%20Hybrids HTH Alex
gayatri wrote: > Hi > i want to insert tree control in list view. > I know it can be dont through custom draw , but please let me know if there > is someting else The TreeView-ListView is a standard control. ask on comp.os.ms-windows.programmer.win32 for avdanced and undocumented stuff..
"Henry" wrote in message news:fuvfc1$kb1$1@news.albasani.net... > gayatri wrote: >> Hi >> i want to insert tree control in list view. >> I know it can be dont through custom draw , but please let me know if >> there is someting else > > The TreeView-ListView is a standard control. > ask on comp.os.ms-windows.programmer.win32 for avdanced and undocumented > stuff.. This (microsoft.public.win32.programmer.ui) is the newsgroup provided by Microsoft for asking this question so this newsgroup is also good. If, for whatever reason, answers are available in that other newsgroup that is not available here then it is sure worthwhile asking there. I suspect however that the other newsgroup will be equally useless unless the requirements are clarified.
Hi , I thought that my requirement was very clear. i know we cannot include tree control in list view but can u give me some way to do it which can give me look of a parent and child nodes. "gayatri" wrote: > Hi > i want to insert tree control in list view. > I know it can be dont through custom draw , but please let me know if there > is someting else > its really urgent pls help me > > "Alex Blekhman" wrote: > > > "gayatri" wrote: > > > hi > > > i am using visual studio (2005) and c++ and win32. > > > i want to add tree control to a list view but i am not able to . > > > could any one help me with some sample code > > > > What do you meen "to add" tree control to a list view? Tree-View > > control and List-View > > control are distinct windows. You cannot add one window to > > another. > > > > Alex > > > > > >