Home > Archive > Visual Basic > April 2005 > listview - forecolor change of full row
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
listview - forecolor change of full row
|
|
|
| I used to make it like this
..listitem(1).forecolor=qbcolor(4)
for i = 1 to 5
..listitems(1).listsubitems(i).forecolor=qbcolor(4)
next
is there any command or easier way which change the full row forecolor?
have a nice day..
| |
| Markus Weber 2005-04-28, 8:55 am |
| Check http://vbnet.mvps.org/index.html?co...tl/lvledger.htm
On Thu, 28 Apr 2005 11:22:11 +0300, "Pu" <poink@poink> wrote:
>I used to make it like this
>
>
>.listitem(1).forecolor=qbcolor(4)
>for i = 1 to 5
>.listitems(1).listsubitems(i).forecolor=qbcolor(4)
>next
>
>
>is there any command or easier way which change the full row forecolor?
>have a nice day..
>
>
>
>
| |
|
|
|
|
|