I am working on windows form programming with C++. Now I want to have a text container.
Several requirements are noted:

- it can display TAB as separations just like those in MS Word.
- it can have a transparent background
- it can have multi-line text

The following features are NOT needed:
- Input by users.( Just show some defined text. No user input needed )
- Scrolling.

Any ideas are welcomed!