Treeview

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Phil Stanton

    #1

    Treeview

    I am using a treeview control as a sort of swithboard / menu for a large db
    (in terms of forms and reports), rather than in terms of data.

    Code and samples largely "nicked" from Alex Dybenko from Point Ltd. Thanks
    for that

    All works well except I want to have icons of open and closed folders and
    forms and reports etc.

    Can anyone suggest how they should be loaded. I believe it is something to
    do with MSComctlLib.Ima geListCtrl.2. How do I get icons in and out of this
    control, and how do I find out the names of those images

    Thanks

    Phil


  • Mike Gramelspacher

    #2
    Re: Treeview

    In article <45bfed11$0$873 7$ed2619ec@ptn-nntp-
    reader02.plus.n et>, phil@stantonfam ily.co.uk says...
    I am using a treeview control as a sort of swithboard / menu for a large db
    (in terms of forms and reports), rather than in terms of data.
    >
    Code and samples largely "nicked" from Alex Dybenko from Point Ltd. Thanks
    for that
    >
    All works well except I want to have icons of open and closed folders and
    forms and reports etc.
    >
    Can anyone suggest how they should be loaded. I believe it is something to
    do with MSComctlLib.Ima geListCtrl.2. How do I get icons in and out of this
    control, and how do I find out the names of those images
    >
    Thanks
    >
    Phil
    >
    >
    >
    Maybe download example database Tview_A5.mdb by Michael W.
    Welling at www.mwelling.de/Publication/index.html I think
    there is a routine to load the imagelist.

    Comment

    • Phil Stanton

      #3
      Re: Treeview

      Thank, Mike

      Just what the doctor ordered, in spite of my lack of German

      Phil


      "Mike Gramelspacher" <gramelsp@psci. netwrote in message
      news:MPG.202a49 b9c600ba3f9896a 2@news.psci.net ...
      In article <45bfed11$0$873 7$ed2619ec@ptn-nntp-
      reader02.plus.n et>, phil@stantonfam ily.co.uk says...
      >I am using a treeview control as a sort of swithboard / menu for a large
      >db
      >(in terms of forms and reports), rather than in terms of data.
      >>
      >Code and samples largely "nicked" from Alex Dybenko from Point Ltd.
      >Thanks
      >for that
      >>
      >All works well except I want to have icons of open and closed folders and
      >forms and reports etc.
      >>
      >Can anyone suggest how they should be loaded. I believe it is something
      >to
      >do with MSComctlLib.Ima geListCtrl.2. How do I get icons in and out of
      >this
      >control, and how do I find out the names of those images
      >>
      >Thanks
      >>
      >Phil
      >>
      >>
      >>
      Maybe download example database Tview_A5.mdb by Michael W.
      Welling at www.mwelling.de/Publication/index.html I think
      there is a routine to load the imagelist.

      Comment

      Working...