Transparent text box.

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zebik@op.pl

    #1

    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.

  • Mythran

    #2
    Re: Transparent text box.



    <zebik@op.plwro te in message
    news:1164889637 .736021.195850@ j72g2000cwa.goo glegroups.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.
    >


    HTH,
    Mythran


    Comment

    • ZikO

      #3
      Re: Transparent text box.

      "Mythran" <kip_potter@hot mail.comwrote in message
      news:eAJmi4KFHH A.1232@TK2MSFTN GP05.phx.gbl...
      <zebik@op.plwro te in message
      news:1164889637 .736021.195850@ j72g2000cwa.goo glegroups.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.

      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

      Comment

      • Matt Fielder

        #4
        Re: Transparent text box.

        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(Contro lStyles.Support sTransparentBac kColor, True)





        "ZikO" <zebik@op.plwro te in message news:eknaf6$89t $1@news.onet.pl ...
        "Mythran" <kip_potter@hot mail.comwrote in message
        news:eAJmi4KFHH A.1232@TK2MSFTN GP05.phx.gbl...
        ><zebik@op.plwr ote in message
        >news:116488963 7.736021.195850 @j72g2000cwa.go oglegroups.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/miscct...entTextBox.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

        Comment

        • ZikO

          #5
          Re: Transparent text box.

          Thanks a lot.

          I'll try it.

          Regards.


          --
          ZikO
          GG 5557876

          Comment

          Working...