G
Guest
Is it possible to get the Handle property for a particular cell in a
ListView? I'm wanting to turn a cell into a progress bar rather than just
displaying text. If it's possible to get the Handle I can just do
Graphics.FromHwnd(listView1.Handle); and then use FillRectangle to display
the progress bar.
Any ideas?
Darrell
ListView? I'm wanting to turn a cell into a progress bar rather than just
displaying text. If it's possible to get the Handle I can just do
Graphics.FromHwnd(listView1.Handle); and then use FillRectangle to display
the progress bar.
Any ideas?
Darrell