Home All Groups Group Topic Archive Search About

Transparent text box.

Author
30 Nov 2006 12:27 PM
zebik
Hi. Does anyone know how to create one effect.
When I choose a text in combobox, a richtextbox gets a new text loaded
to it. But it is not transparent. VB.NET 2005 desn't allow me to do it.
Is any other way to have transparent textbox?

Thnks.

Author
30 Nov 2006 6:34 PM
Mythran
<ze***@op.pl> wrote in message
news:1164889637.736021.195850@j72g2000cwa.googlegroups.com...
> Hi. Does anyone know how to create one effect.
> When I choose a text in combobox, a richtextbox gets a new text loaded
> to it. But it is not transparent. VB.NET 2005 desn't allow me to do it.
> Is any other way to have transparent textbox?
>
> Thnks.
>

http://www.codeproject.com/cs/miscctrl/TransparentTextBox.asp

HTH,
Mythran
Author
30 Nov 2006 7:12 PM
ZikO
"Mythran" <kip_pot***@hotmail.com> wrote in message
news:eAJmi4KFHHA.1232@TK2MSFTNGP05.phx.gbl...
> <ze***@op.pl> wrote in message
> news:1164889637.736021.195850@j72g2000cwa.googlegroups.com...
>> Hi. Does anyone know how to create one effect.
>> When I choose a text in combobox, a richtextbox gets a new text loaded
>> to it. But it is not transparent. VB.NET 2005 desn't allow me to do it.
>> Is any other way to have transparent textbox?
>> Thnks.
> http://www.codeproject.com/cs/miscctrl/TransparentTextBox.asp
> HTH,
> Mythran

Thanks but unfortunatelly, this website is not going to load to my browser.
So at this moment, I don't know what is there. Would you like to give me
some suggestions, briefly.

Thanks.


--
ZikO
GG 5557876
Author
30 Nov 2006 7:32 PM
Matt Fielder
I had some issues with transparency of controls in the past.... found that
the following was needed in the constructor for the form.  It's been quite
some time since this particular issue was solved, ... I don't really recall
all of the details, but maybe it will give a push in the right direction.

SetStyle(ControlStyles.SupportsTransparentBackColor, True)





Show quoteHide quote
"ZikO" <ze***@op.pl> wrote in message news:eknaf6$89t$1@news.onet.pl...
> "Mythran" <kip_pot***@hotmail.com> wrote in message
> news:eAJmi4KFHHA.1232@TK2MSFTNGP05.phx.gbl...
>> <ze***@op.pl> wrote in message
>> news:1164889637.736021.195850@j72g2000cwa.googlegroups.com...
>>> Hi. Does anyone know how to create one effect.
>>> When I choose a text in combobox, a richtextbox gets a new text loaded
>>> to it. But it is not transparent. VB.NET 2005 desn't allow me to do it.
>>> Is any other way to have transparent textbox?
>>> Thnks.
>> http://www.codeproject.com/cs/miscctrl/TransparentTextBox.asp
>> HTH,
>> Mythran
>
> Thanks but unfortunatelly, this website is not going to load to my
> browser. So at this moment, I don't know what is there. Would you like to
> give me some suggestions, briefly.
>
> Thanks.
>
>
> --
> ZikO
> GG 5557876
Author
2 Dec 2006 11:27 PM
ZikO
Thanks a lot.

I'll try it.

Regards.


--
ZikO
GG 5557876