Prev: Creating a Moving Vertical Line
Next: Printing the Form
From: Abhishek on 5 Nov 2009 23:05 hi, its is possible to show progressbar in listview (version 5) ? or anyone can point me to a activex control which can do that. thanks, abhishek
From: Abhishek on 11 Nov 2009 07:01 anyone can help ? "Abhishek" <me(a)server.com> wrote in message news:eEDclZpXKHA.3696(a)TK2MSFTNGP02.phx.gbl... | hi, | | its is possible to show progressbar in listview (version 5) ? or anyone can | point me to a activex control which can do that. | | thanks, | abhishek | |
From: Dave O. on 11 Nov 2009 08:56 Hi If you use SendMessage on the ListView with LVM_GETITEMRECT or LVM_GETSUBITEMRECT you get the size and position of the item specified in the call. Armed with that is should be easy to place a progress bar exactly where you want. Regards Dave O. "Abhishek" <me(a)server.com> wrote in message news:O82xwasYKHA.4312(a)TK2MSFTNGP04.phx.gbl... > anyone can help ? > > "Abhishek" <me(a)server.com> wrote in message > news:eEDclZpXKHA.3696(a)TK2MSFTNGP02.phx.gbl... > | hi, > | > | its is possible to show progressbar in listview (version 5) ? or anyone > can > | point me to a activex control which can do that. > | > | thanks, > | abhishek > | > | > >
From: Nobody on 11 Nov 2009 09:46 "Abhishek" <me(a)server.com> wrote in message news:eEDclZpXKHA.3696(a)TK2MSFTNGP02.phx.gbl... > hi, > > its is possible to show progressbar in listview (version 5) ? or anyone > can > point me to a activex control which can do that. This sample shows how to draw what you want on specific rows or columns, but it doesn't show a progressbar, but it would be "easy" to add: http://www.mvps.org/vbvision/Sample_Projects.htm#CustomDrawLV_Demo
From: Abhishek on 13 Nov 2009 07:04
Can someone make it for me ? I will pay by PayPal. or point me to a 3rd party listview having this functionality. thanks, "Nobody" <nobody(a)nobody.com> wrote in message news:ONbIP3tYKHA.4992(a)TK2MSFTNGP02.phx.gbl... | "Abhishek" <me(a)server.com> wrote in message | news:eEDclZpXKHA.3696(a)TK2MSFTNGP02.phx.gbl... | > hi, | > | > its is possible to show progressbar in listview (version 5) ? or anyone | > can | > point me to a activex control which can do that. | | This sample shows how to draw what you want on specific rows or columns, but | it doesn't show a progressbar, but it would be "easy" to add: | | http://www.mvps.org/vbvision/Sample_Projects.htm#CustomDrawLV_Demo | | |