CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    14

    Treeview control

    HI,
    I am facing a problem while working with the treeview control. there is no double click on the treeview control . i would like to add this
    to the existing tree view how do i do that. I am using VB 6.0 (no service pack) and when i do single click on the tree view after say
    two or three clicks the focus is lost from the tree view . is it a bug in the tree view control. i tried seeing the time diff and writing a logic
    but then it considers two single clicks as on double click and moreover when you navigate through keys as soon as you reach the node the
    node click is fired . please help me if there are any api calls by which i can do and the other bug can be solved using sevice pack .

    thanks in advance
    jagdish





  2. #2

    Re: Treeview control

    Is there a tutorial on how to work with treeview control?


  3. #3
    Join Date
    May 1999
    Location
    Oxford UK
    Posts
    1,459

    Re: Treeview control

    Would you like one ?

    I've been considering writing some tutorials for the CodeGuru site for sometime - covering things like the common controls and OOAD.


    Chris Eastwood

    CodeGuru - the website for developers
    http://codeguru.developer.com/vb

  4. #4

    Re: Treeview control

    yeah definitely.. if we have a tutorial section apart from the excellent example code here, that would be the icing on the cake.


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

Featured