|
-
Sep 8th, 2000, 03:57 PM
#1
Thread Starter
Addicted Member
Hi,
someone's got to know this one... All I want to do is display a bunch of things in a listview with some items having their text in different colors. I searched in :
listview.listitems("MyKey"). ???
and found nothing related to what I'am looking for except the TEXT property.
Like I said, I certainly am not the only one of us who wanted to do this but maybe I'am the only one NOT knowing that it can't be done... So please if it's the case let me know :-)
Thanks all !!!
-
Sep 8th, 2000, 04:30 PM
#2
Fanatic Member
Use the ForeColor Property.
Code:
ListView1.ListItems(1).ForeColor = vbBlue
GWDASH
[b]VB6, Perl, ASP, HTML, JavaScript, VBScript, SQL, C, C++, Linux , Java, PHP, MySQL, XML[b]
-
Sep 11th, 2000, 07:34 AM
#3
Thread Starter
Addicted Member
I would say there is no such thing as a forecolor property in the listitems... it doesn't exist !!!
Any other suggestions...
-
Sep 11th, 2000, 07:45 AM
#4
Addicted Member
Yes it does!!!!? (VB6 only????)
The ForeColor property is exactly as gwdash says:
Code:
ListView1.ListItems(1).ForeColor = vbBlue
It is definately there in VB6
Web/Application Developer
VB6 Ent (SP5), Win 2000,SQL Server 2000
-
Sep 11th, 2000, 07:53 AM
#5
Thread Starter
Addicted Member
VB6 !"$!?$%*%&(&?&*&%!/%"/%/"%!|"?%$*%&(*&%(
guest what guys, I'am using VB5.
Thank, I guest the case is closed now...
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|