Wrox Home  
Search P2P Archive for: Go

  Return to Index  

pro_vb_dotnet thread: Enterprise Manager-like interface app with treeview/listbox controls


Message #1 by "Alex Ayzin" <Alex.Ayzin@v...> on Sun, 22 Dec 2002 10:08:17 -0500
 Hello,

  I'm in a process of development of Explorer-like interface app with almost
the same interface(and functionality) as SQL Server Enterprise Manager or
Win Explorer.

  Basically, I have treeview on the left side of the form, splitter control
and listview(or I could use DirectoryListBox instead) on the right. What I
need to do is to display all available tables in our database, be able to
drill down and display details on the right side the listbox. Never did that
before.

  Do I need to declare a dataset and fill it in sqlDataAdapter, as if I was
working with datagrid? How do I bound treeview control to dataset, it
accepts only property as parameter? Thanks a lot in advance. It was much
easier with datagrid development, so much info on that, not enough on
treeview/data development.
  --Alex



  Return to Index