Must it be a rectangle?
would a panel do?
The thing is, each time you want to redraw the string, you will need to erase the previous one...
I do think this is the way to go to draw the string:
Compose the string, like
OK. found out that a label direct will not work. So, how would I do this in order for it to work, using a Panel and adding a Label to said Panel? :BangHead:
Using a Panel with a Label will not solve your problem, it will get worse.
Why dosn't a Label work ?
You can set it to transparent and set the TextAlignment with the FormLib library to a right alignment.
This will be much easier than drawing onto the form's forelayer.