How to catch Mouse down and mouse up on item of treeview

X

xuanqn09

Hi all,

There a treeview and I want to handle event left mouse-down and
mouse-up on any node. Default OnLButtonDown() and OnLButtonUp() can't
be used on nodes, only outside them.
I consume much time but unable to solve this problem.
Pls help me
 
M

mlimber

Hi all,

There a treeview and I want to handle event left mouse-down and
mouse-up on any node. Default OnLButtonDown() and OnLButtonUp() can't
be used on nodes, only outside them.
I consume much time but unable to solve this problem.
Pls help me

You're asking in the wrong newsgroup, since this group deals only with
standard C++ *language* issues. You should post in a group dedicated to
your OS. See the FAQ for what is on-topic here and for suggestions on
where to post:

http://www.parashift.com/c++-faq-lite/how-to-post.html#faq-5.9

Cheers! --M
 
G

Gernot Frisch

Hi all,

There a treeview and I want to handle event left mouse-down and
mouse-up on any node. Default OnLButtonDown() and OnLButtonUp()
can't
be used on nodes, only outside them.
I consume much time but unable to solve this problem.
Pls help me

microsoft.public.programmer.win32
or
mfc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top