How to disable events on treeview?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Metalpalo
    New Member
    • May 2007
    • 6

    How to disable events on treeview?

    Hello

    How can I disable mouse and keyboard events on treeview component in VB6.

    Thanks
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    Which events you want to disable ?

    Comment

    • QVeen72
      Recognized Expert Top Contributor
      • Oct 2006
      • 1445

      #3
      Hi,

      Disable the whole TreeView..

      REgards
      Veena

      Comment

      • Metalpalo
        New Member
        • May 2007
        • 6

        #4
        Hello

        First I want to automatically select and highlighted one node.

        Then I want to deny select other node through mouse or keyboard.

        That means I want to disable or enable mouse and keyboard events.

        I some case I need to avoid select other nodes. I tried to disabled this component but then I can not scroll my tree.

        Does exists some solution ?

        Thanks

        Comment

        Working...