Transparent Textbox? Fonts Style?

L

larry

Does anyone has answers to the following questions on VB.NET
1. Setting a Textbox or Text Label to transparent so that the displayed text will not block the entire background picture
2. Setting more font styles such as 'Outline', 'Shadow', just like those font effects offered by other Windows programs such as Word

Thanks
 
H

Herfried K. Wagner [MVP]

* larry said:
Does anyone has answers to the following questions on VB.NET?
1. Setting a Textbox or Text Label to transparent so that the
displayed text will not block the entire background picture?

You will find a VB6 implementation here (must be converted to VB.NET
before use with VB.NET):

2. Setting more font styles such as 'Outline', 'Shadow', just like
those font effects offered by other Windows programs such as Word?

That's not possible with the .NET TextBox/(and maybe RichTextBox).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top