What control should I choose in order to deposit a large amount of words with lots of line breaks and a way to highlight the current line. Like a debugger, if i am at the line x I want that line to be colored or something. I've added a small portion of code to give you an example and I also thought that a rich textbox should be good, any suggestions on what should I use ?(my program is a debugging simulator)
Example of what i want the text to look like (colour-wise),
#include <iostream>
using namespace std;
int a,b;
..........
return 0;
}