|
-
October 9th, 1999, 12:05 PM
#1
transparent textbox
heh how can i make my textbox transparent so the user will be typing on the the background piction.. thanks
-
October 10th, 1999, 09:25 AM
#2
Re: transparent textbox
The simplest way is to set BorderStyle to None and BackColor to Form.BackColor.
Vlad
-
October 11th, 1999, 08:44 PM
#3
Re: transparent textbox
The problem with this is that the textbox will still be opaque (however it's spelled
I don't think it's possible with a normal textbox.
BrewGuru99
-
October 12th, 1999, 06:47 AM
#4
Re: transparent textbox
You can try to fake something using a Label
You can place the Cursor in an invsible textfiled and in the Change event you transfer the Text to the Caption property of the label, i think this is not a beauty way, but the only possible way if you dont want to write your own Textbox control
-
October 19th, 1999, 09:18 PM
#5
Re: transparent textbox
You can't. In order to make a textbox transparent, you need the Backstyle Property. When you're working with a textbox, this property doesn't show up.
kazooie21
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|