Click to See Complete Forum and Search --> : Transparent Picturebox


Delboy
September 5th, 2001, 11:36 AM
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?

DSJ
September 5th, 2001, 11:59 AM
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.

John G Duffy
September 5th, 2001, 12:42 PM
Look at this for examples.
http://www.planet-source-code.com/vb/scripts/BrowseCategoryOrSearchResults.asp?txtCriteria=transparent+picturebox&blnWorldDropDownUsed=TRUE&txtMaxNumberOfEntriesPerPage=10&blnResetAllVariables=TRUE&lngWId=1&optSort=Alphabetical

John G