October 9th, 1999, 12:05 PM
heh how can i make my textbox transparent so the user will be typing on the the background piction.. thanks
|
Click to See Complete Forum and Search --> : transparent textbox October 9th, 1999, 12:05 PM heh how can i make my textbox transparent so the user will be typing on the the background piction.. thanks Vlad Chapranov October 10th, 1999, 09:25 AM The simplest way is to set BorderStyle to None and BackColor to Form.BackColor. Vlad BrewGuru99 October 11th, 1999, 08:44 PM 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 mrgismo October 12th, 1999, 06:47 AM 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 kazooie21 October 19th, 1999, 09:18 PM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |