adepumadhu Newbie
Joined: 22 Jun 2006 Posts: 2
|
Posted: Jun 22nd, 2006 01:43 AM Post subject: How to send WM_LBUTTONDBLCLK message to SysListView32 ? |
|
|
Hi,
I have a executable which is written in VC++. I don't have source and it is from third party software. When I run this exe, it loads a window and it has a ListView control (belongs to SysListView32 class). When I double click on List item, it geneares some text file and stores.
I want to send WM_LBUTTONDBLCLK message to list item of SysListView32 control automatically, from VB program. I am able to get handle of VC program, and able to read all items from the list view. But, I don't know how to send WM_LBUTTONDBLCLK message to this item.
Can anyone pls help with example.
Thanks,
Madhu A |
|