question of DoubleClick on ListView,pocket pc c# application need help!!
Hi, does anyone know to write the C# codes on how to create a double click event for ListView to delete/remove the item that i select from ListView control i'm developing it to an application for pocket pc.
Hi TobsTec, Thank you for the url to share it with me. By the way,
i found out the double click event for my application.Anyway, thanks for your url and your help.
question of DoubleClick on ListView,pocket pc c# application need help!!
question of DoubleClick on ListView,pocket pc c# application need help!!
railguns
Hi sunny05!
I used this example to get a doubleclick event for a TreeView. The same can be done for a ListView i assume.
http://msdn2.microsoft.com/en-us/library/ms229669(d=ide).aspx
How to: Subclass a TreeView by Using Native Callbacks
Cheers,
Tobias
telepet9
Thank you for the url to share it with me. By the way, i found out the double click event for my application.Anyway, thanks for your url and your help.