Send a double click to a listview (c++, not .net!)
Posted
by
Jorge Branco
on Stack Overflow
See other posts from Stack Overflow
or by Jorge Branco
Published on 2009-06-10T10:13:35Z
Indexed on
2010/12/26
16:54 UTC
Read the original article
Hit count: 176
Hello. I want to send a double click to a listview. From what I've read on msdn it seems I gotta send a WM_NOTIFY message and something with NM_DBLCLK. But I do not understand really well hwo to implement it. I've worked with SendMessage before but MSDN is not that clear on how to fill the structs and so:
WM_NOTIFY http://msdn.microsoft.com/en-us/library/bb775583(VS.85).aspx NM_DBLCLK http://msdn.microsoft.com/en-us/library/bb774867(VS.85).aspx
© Stack Overflow or respective owner