Q: How to create transparent text box??
I'm writing to ask the ways to create transparent textbox. That is, texts on top of the background graphics.
Pang; 94910726@plink.cityu.edu.hk

A: I haven't found a way to make a textbox transparent but if you only want to show text on top of a background graphics you can use a label-control instead of a textbox. This control has a property (Backstyle) which you can set to 'transparent'.
Return