Installation Instructions
  1. Create a new project in Visual Studio ex. QuickTreeViewProj
  2. Extract QuickTreeView.zip to a temporary folder ex. c:\Temp
  3. Go to c:\Temp press CTRL+A
  4. Click Edit then Copy
  5. In Visual Studio Project,  Right Click QuickTreeViewProj 
  6. Click Paste
  7. Setting the References

    Right click On References
    Click "Add Reference"
    In .NET folder click Browse
    Select /bin/QuickTreeView.dll
    Click Open
  8. run default.aspx

Properties Value Remarks
QTVStyle value 0 to 3
  • 0 - Plain (no icons, expanders or tree lines)
  • 1 - Add icons
  • 2 - Add node expanders (+) (-)
  • 3 - Add tree lines
Imagefolder text optional Image folder location. defulat value= "images/qtv"
cNodeClosed text Define default nodes that are closed ex. "1,7" nodes 1 and 7 initially closed
cASPPage text The default asp page

Methods Remarks
qtvxml(XMLFile) XML filename or URL.
Addnode (Level,Caption,Icon1,Icon2,Link,ToolTip,lClosed,DHTML,Target)
Level Numeric
Caption Text
Icon1 GIF or JPG image shown when the node is open
Icon2 GIF or JPG image shown when the node is close
Link the ref
ToolTip
lClosed set to true if node should be initially closed
DHTML additional DHTML code to be added. onclick or onmousover
Target open a target window or frame

To install to your .NET Application
  1. Copy bin/quicktreeeview.dll to your applications's bin folder
  2. Right click On References
  3. Click "Add Reference"
  4. In .NET folder click Browse
  5. Select /bin/QuickTreeView.dll
  6. Click Open
  7. Clik Ok
  8. Copy QTV class in default.css to you default class file.
  9. Copy images/qtv files