Link to home
Start Free TrialLog in
Avatar of slightlyoff
slightlyoff

asked on

Change color of listview items on a seperate thread vb.net

How do I change the color of a listview item, if the listview is on a different thread than the function that's calling the color change?

My code for the listview is:
OrderView.Items.Item(ListViewIndex).ForeColor = Color.Blue

Thanks for your help!
ASKER CERTIFIED SOLUTION
Avatar of gsterk
gsterk
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of slightlyoff
slightlyoff

ASKER

Thank you!  I appreciate the help!