how can I add an animated image into a listview control in windows application ?
A:
Assuming you are talking about .NET (C# / VB.NET). I don't think this is possible by default. You can choose to implement one using owner drawn. See this for example.
Jimmy Chandra
2009-07-09 05:14:45
Thankx Jimmy...I have got a link http://www.codeproject.com/KB/list/ListViewEmbeddedControls.aspxI m trying this thing. But not able to display the animated images in column 0. It is always coming on header part..:(
2009-07-09 08:39:58
A:
ObjectListView (an open source wrapper around a standard ListView) can display animated GIFs (as well as doing lots of other more useful features). Have a look at the demo to see them in action.
There is also an article on CodeProject which describing this control.
Grammarian
2009-07-13 08:40:30