I've been working on programming a GUI for a piece of hardware, I'm currently doing the error rejection code. I have a textbox full of data (very long), and I can flag up individual lines, or character numbers when they are in error (i.e. not within the defined limits). I want to be able to somehow highlight these lines so it is easier to spot these lines (not necessarily contiguous).
Anyone got any idea how I can do this?
Anyone got any idea how I can do this?