Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Sample C# treeview for win app

Author  Topic 

Hommer
Aged Yak Warrior

808 Posts

Posted - 2005-04-22 : 16:31:47
Any body knows where to find good sample code for windows controls in C#?
I tried google, MSDN, and all my books (5 of them), but did not come up with any helpful one.
Here are the details. The GUI will have treeview/listview/listbox on one left side, listview/datagrid on the other right side, both will bind to ADO dataset. Users will move items from one site to the other, by click a cmd button or double click, or drag and drop.
Ideally, left side will also support multi-select and search.
I know I am asking a lot. That is what the users want, and they want it in one week.
Thanks!
   

- Advertisement -