Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Normally I'm a Database guru, but today I'm looking to build a complete application. I've written my procedures, loaded my data and I'm ready to develop the application.

My application needs to display data in 2 tree views (or listviews) in a side by side relation. A simple button will create an associative entity in a many to many relationship.

I keep finding examples that involve web controls and Java script, but I am looking for NATIVE application examples.

I've spent time looking through this site and I'm just not finding what I'm looking for and I wondered if anyone here can pass me a pointer to some good examples.

Thanks for you time,
Gw
Posted

I would suggest you need to search for winforms, and exclude ASP.NET from your search, it sounds like you're reading ASP.NET articles. There are tree and list controls in winforms that are far richer than the web stuff that exists.
 
Share this answer
 
As CG suggested: vb.net treeview -asp.net
 
Share this answer
 

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