|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Transparent text box.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. <ze***@op.pl> wrote in message
news:1164889637.736021.195850@j72g2000cwa.googlegroups.com... http://www.codeproject.com/cs/miscctrl/TransparentTextBox.asp> 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. > HTH, Mythran "Mythran" <kip_pot***@hotmail.com> wrote in message Thanks but unfortunatelly, this website is not going to load to my browser. 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 So at this moment, I don't know what is there. Would you like to give me some suggestions, briefly. Thanks. -- ZikO GG 5557876 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
VB vs. C# language challenge question
Full Screen connect vb app to sql 2005 express Dropping folder on desk top icon Best way to communicate from Desktop to SQL DB Re: Is VB.NET Stable?? Create Property on the fly Re: Is VB.NET Stable?? Delete Selected Lines from Text File loading treeview dynamically is very slow |
|||||||||||||||||||||||