I have a multiline textbox, how can I make a grid with one char of the text in every cell.

For example, i want something like this.

-------------------
| C | H | A | R | S |
-------------------
| * | * | I | N | * |
-------------------
| * | G | R | I | D |
-------------------

Thanks...