simulating double click on ListView

  • Thread starter Thread starter Konrad
  • Start date Start date
Hi Konrad,
Generally, you can use reflection to invoke the OnDoubleClick method
for simulating double click event on ListView.
I will update you later with more information.
Thanks for your patience!

Rhett Gong [MS]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
Hi Konrad,
After some research on this subject, I find there is no direct way to
simulate double click on ListView with winform. To answer your particular
question, I think you could simulate the double click by using the Win32
mouse_event function.

Rhett Gong [MS]
Microsoft Online Partner Support

This posting is provided "AS IS" with no warranties, and confers no rights.
Please reply to newsgroups only. Thanks.
 
Back
Top