Click here to Skip to main content
15,899,754 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi!

i want to add images in a list view by programming and later to use each image as a button

i have done it manually but that image is not working as a button

so i need help from you
Posted

1 solution

AFAIK, you cannot do that (clicking on an image in a ListItem) in Windows Forms.
There could be workarounds like handling mouse click etc but there is no direct easy way.

You can do this quite quickly in WPF.
 
Share this answer
 
v2
Comments
kami124 12-Jul-11 1:23am    
ok thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900