David
David

Reputation: 57

Vb.Net Object on top of another

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?

Upvotes: 1

Views: 4071

Answers (2)

BobbyShaftoe
BobbyShaftoe

Reputation: 28499

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?

Upvotes: 1

Pondidum
Pondidum

Reputation: 11637

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

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

Upvotes: 4

Related Questions