Two LisView's

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I, First of all, i,m sorry about my english, i,m from portugal.

So, i've been working with a program call Efilm1.9 that shows a main window. That main window is a normal ListView,that show on relation one to many. The ListView show the relation (one) in that normal View, but, when i click in one item of the List, apear another list view, inside the first to show me the information of the Many side of the relation, (that listview it looks like a TreeView control, with plus and minus signals),

There's anyone can tellme whatis this object, or how can i make this ??

thanks
 
Hi Mitra,

This looks to explorer, did you ever look in the vb resource kit there is a
nice example from it.

VB.net Resource kit
http://msdn.microsoft.com/vbasic/vbrkit/default.aspx

And if you have problems installing the resource kit
http://msdn.microsoft.com/vbasic/vbrkit/faq/#installvdir

I hope this helps?

Cor

ps. Most of the messages to this newsgroup are done by non native English
speakers so there is no need to apologize you for your English.
I, First of all, i,m sorry about my english, i,m from portugal.

So, i've been working with a program call Efilm1.9 that shows a main
window. That main window is a normal ListView,that show on relation one to
many. The ListView show the relation (one) in that normal View, but, when i
click in one item of the List, apear another list view, inside the first to
show me the information of the Many side of the relation, (that listview it
looks like a TreeView control, with plus and minus signals),
 
* =?Utf-8?B?TWl0cmE=?= said:
So, i've been working with a program call Efilm1.9 that shows a main window. That main window is a normal ListView,that show on relation one to many. The ListView show the relation (one) in that normal View, but, when i click in one item of the List, apear another list view, inside the first to show me the information of the Many side of the relation, (that listview it looks like a TreeView control, with plus and minus signals),

I never used Efilm, but maybe you are looking for a TreeListView
control?

<URL:http://www.codeproject.com/cs/miscctrl/TreeListView.asp>
 
Back
Top