Search results

  1. P

    treeview node selected

    Usually it should be: arch = chCtrlFrame:TreeView:SelectedItem:TEXT. The node collection itself has no SelectedItem property. regards pasag001
  2. P

    Help using TREEVIEW and IMAGELIST

    Hi! Here's my code to fill my ImageList at runtime (pcImagePaths contains a comma-separated list of relative paths to bmp's): FUNCTION lFillImageList returns logical (pcImagePaths as character) : define variable oPic as com-handle no-undo. define variable iCount as integer...
Top