MissouriTiger
Programmer
I hope someone can point me in the right direction. I just started a new job and have taken over a VB.Net desktop project that was started by someone who left. This is my first .Net project, but I have worked with VB 6 a little bit in the past.
The program uses a ListView in "Details View" to dsplay items in a shopping cart (this is a kiosk, not a website). The last column is a "Delete" column (the rightmost column), and the cell in each row will (hopefully) contain an image to click on to delete that item from the shopping cart. We might be able to settle for a Red "X" in text instead of an image, but an image is preferable.
I have not been able to find a way to add an image to the column cells, nor have I found a way to change the font color or style in that column.
Is it possible to do any of these things? Where can I find documentation explaining how?
Is there another VB control that is more appropriate for doing this kind of thing?
Any advice/information would be greatly appreciated.
Greg Norris
Software Developer & all around swell guy
__________________________________________________
Constructed from 100% recycled electrons.
The program uses a ListView in "Details View" to dsplay items in a shopping cart (this is a kiosk, not a website). The last column is a "Delete" column (the rightmost column), and the cell in each row will (hopefully) contain an image to click on to delete that item from the shopping cart. We might be able to settle for a Red "X" in text instead of an image, but an image is preferable.
I have not been able to find a way to add an image to the column cells, nor have I found a way to change the font color or style in that column.
Is it possible to do any of these things? Where can I find documentation explaining how?
Is there another VB control that is more appropriate for doing this kind of thing?
Any advice/information would be greatly appreciated.
Greg Norris
Software Developer & all around swell guy
__________________________________________________
Constructed from 100% recycled electrons.