RE: Disabling Mouse-Clicks on a TreeView

new topic     » goto parent     » topic index » view thread      » older message » newer message

You need to trap WM_NOTIFY messages for the control and look for 

  NM_CLICK
  NM_DBLCLICK
  NM_RCLICK

notifications. If you return a non-zero to the WM_NOTIFY message then Windows
will ignore the mouse event.



-- 
Derek Parnell
Melbourne, Australia
Skype name: derek.j.parnell

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu