Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

changing list box item fore color and array

Status
Not open for further replies.

BunacWop

Programmer
Aug 10, 2001
1
IN
Hi,

I'm a newbie, so plz don't be too harsh :)

Is is possible to change the list box item fore color for each individual item. Eg. Can I have change two to blue and leave the rest the original color??

Also I have an array that I want to use throughout my whole application, how do i do this?

Thanks.

Andrew
 
For the array either press add modual and in the modue type
Public NAMEOFVARABLE AS TYPE

or at the very top of your form type
DIM NAMEOFVARABLE AS TYPE

or in the case of arraays

DIM NAME(1 to ?) as integer

Hope this helps. Brad,
Free mp3 player,games and more.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top