cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
user name:
password:
Forgot your password?
please wait
try again
cancel
forgot your password?
sign up
log in
[Legacy version]
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
Windows Programming
How to click an item in listview(Win32/C
How to click an item in listview(Win32/C++)
Jan 2, 2013 at 2:25pm
Jan 2, 2013 at 2:25pm UTC
Haroonrulz
(10)
Dear Experts,
I am developing an automation tool(C++) for which I need to write program to Click,Doubleclick on the Listview item by using the Handle of the list view control and index of the item. (Win32/C++).Kindly help.
Last edited on
Jan 2, 2013 at 3:08pm
Jan 2, 2013 at 3:08pm UTC
Jan 2, 2013 at 5:46pm
Jan 2, 2013 at 5:46pm UTC
modoran
(2077)
If you have the handle, send the message directly using SendMessage():
http://msdn.microsoft.com/en-us/library/windows/desktop/bb774737(v=vs.85).aspx
Topic archived. No new replies allowed.