Results 1 to 4 of 4

Thread: TreeView

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2001
    Location
    San Jose, CA USA
    Posts
    12

    TreeView

    Anybody knows how can I use TreeView Control in Interdev and ASP code.

    Thanks
    GH

  2. #2
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    I found that using the treeview was fairly easy. Using the Imagelist is the trick. You populate the images on the treeview with images from an imagelist. Since the images are on the server side and the activeX controls are loaded on the client side, I ended up giving up on an ActiveX control treeview solution and went with a treeview written in Javascript. You can find a decent one at Planet Source Code in their Javascript section.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  3. #3
    New Member
    Join Date
    May 2001
    Location
    Bangalore
    Posts
    2

    Thumbs up

    Hi,

    If u want to use treeview in ur page, Just include it from visual interdev toolbar as any other control. You can specify visual properties in the <OBJECT> tag. Create nodes and child nodes as per your requirement.Nodes and child nodes are programmed same as in VB6.0

    Remember this works only in IE not in other browsers

    Bye

    VbTech

  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    Yes, it works great with no images for the nodes.
    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width