CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    United Kingdom
    Posts
    3

    Transparent Picturebox

    I am a total beginner, so please forgive me if my question dumb.

    I need to make a picturebox transparent & enabled while it is overlaying another control (a RichText box) so the user to draw shapes.

    So far I have been unable to make the overlay transparent. Any ideas?




  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: Transparent Picturebox

    If by tansparent you mean so that they could still see the text on the textbox, I don't think that's possible unless you copy the text into the picturebox control.


  3. #3
    Join Date
    Apr 2000
    Location
    South Carolina,USA
    Posts
    2,210

    Re: Transparent Picturebox

    Look at this for examples.
    http://www.planet-source-code.com/vb...t=Alphabetical

    John G

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured