Ideas for a textbox in a Windows Form App
Hi, 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 OR background Image. Either one will do.
- 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.
I have tried textbox in the tool box but it cannot have a transparent background nor a bg picture.
Do you have any suggestions? Any ideas are welcomed!