Hey guys. quick question here. How do I get the "Connected" to come up in Green, and the "Not Connected" in RED ?



Case IP_SUCCESS: msg = "Connected"
Case IP_REQ_TIMED_OUT: msg = "Not Connected"






Thanks
ScarEye