CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7

Threaded View

  1. #1
    Join Date
    Dec 2005
    Location
    BANGALORE ,INDIA
    Posts
    19

    Question Tree View Right Click Problem.

    Having problems about right clicking on an item in a tree control. The item
    that is clicked on is not the right one.
    If I have three items in a tree.
    Here is my problem. I click on the first item with normal click. I click on
    the third item with the right click mouse. In this event I had a messagebox
    telling me which item is selected, and this one comes out with the first
    item no mather what. I also tried to get into the OnSelchangedItemfieldtree
    function - but with no luck.

    How can I right click on the third one and get its name out of it? Does
    anyone know?
    Last edited by harshandu; April 14th, 2006 at 05:20 AM.

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