Question

In VB.NET I made a web browser and I wanted there to be an image behind the web browser slightly peeking out. I put the image on after i put the web browser on the form and I cant get it to be behind the browser. Can anyone tell me how to do this?

Was it helpful?

Solution

right click the picturebox in the designer and select 'Sent To Back'

Alternatly, right click the webbrowser control an select 'Bring To Front'

OTHER TIPS

Wouldn't it be simpler to edit the image to only have the part that is "peeking out" and place that on the form in the appropriate spot?

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top