Hi I created an error message that contains each value of whether or not is was a pass or fail. I would like each entry to change color based on Passed = green and pail = red.
Example:
- Fare: Passed
- Name: Passed
- Date: Failed
- Address: Failed
- Age: Passed
This gets displayed in an output message box, currently
msgBox(errorMessage)
When this gets displayed I like the fails background to be red and the passed to have a green background. Currently I am still considered new to VB.Net I know how to do for mouse hovers and mouseleaves. I am assuming I need to make an event similar to those.
Thank you For your help.