Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 41579
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T15:12:12+00:00 2026-05-10T15:12:12+00:00

I have tree control object created using CTreeCtrl MFC class. The tree control needs

  • 0

I have tree control object created using CTreeCtrl MFC class. The tree control needs to support rename. When I left click on any of item in Tree the TVN_SELCHANGED event is called from which I can get the selected item of the tree as below : HTREEITEM h = m_moveListTree.GetSelectedItem(); CString s = m_moveListTree.GetItemText(h);

However when I rightclick on any item in tree I do not get any TVN_SELCHANGED event and hence my selected item still remains the same from left click event. This is causing following problem : 1)User leftclicks on item A 2)user right clicks on item B and says rename 3)Since the selected item is still A the rename is applying for item A.

Please help in solving problem.

-Praveen

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T15:12:12+00:00Added an answer on May 10, 2026 at 3:12 pm

    I created my own MFC like home grown C++ GUI library on top of the Win32 API and looking at my code, this is how it handles that situation:

    LRESULT xTreeCtrl::onRightClick(NMHDR *) {   xPoint pt;    //-- get the cursor at the time the mesage was posted   DWORD dwPos = ::GetMessagePos();    pt.x = GET_X_LPARAM(dwPos);   pt.y = GET_Y_LPARAM (dwPos);    //-- now convert to window co-ordinates   pt.toWindow(this);    //-- check for a hit   HTREEITEM hItem = this->hitTest(pt);    //-- select any item that was hit   if ((int)hItem != -1) this->select(hItem);    //-- leave the rest to default processing   return 0; } 

    I suspect if you do something similar in the MFC right click or right button down events that will fix the problem.

    NOTE: The onRightClick code above is nothing more than the handler for the WM_NOTIFY, NM_RCLICK message.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 63k
  • Answers 63k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer INSERT MainTable_Option ( MainTableID, OptionID ) SELECT d.ID, o.OptionId FROM… May 11, 2026 at 10:30 am
  • added an answer Flex was intended to abstract away the frame-based nature of… May 11, 2026 at 10:30 am
  • added an answer If you have chapters named xpmt (guessing that's 'experiment'?) and,… May 11, 2026 at 10:30 am

Related Questions

I have tree control object created using CTreeCtrl MFC class. The tree control needs
I have tree tables, Customer, Invoice and InvoiceRow with the standard relations. These I
I have a tree structure in memory that I would like to render in
I have a tree representation of pages in a CMS application. I understand how
I have a tree of active record objects, something like: class Part < ActiveRecord::Base
I have a tree that consists of several objects, where each object has a
I have a tree in flex built from an XML document into an XMLlist
I have a tree data structure that is L levels deep each node has
Assuming I have a tree structure UL --LI ---INPUT (checkbox) And I want to
I have a large tree of Java Objects in my Desktop Application and am

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.