|
-
Apr 27th, 2007, 03:04 PM
#7
Re: Picture Transparency
@Napoleon,
You can do so without regioning - by using a transparent usercontrol instead.
1. Create a UserControl.
2. Set it's ControlContainer = True and BackStyle = Transparent
3. FILL the usercontrol with a Rounded Rectangle shape. (For smoother effect,set the Shape's BorderStyle to Transparent.)
4. Set the shape's FillStyle to Solid.
5. Now use this user control as the container of your WebBrowser Cotrol.
PS. It is better idea to create a new thread (with link to the original one) rather than digging up an old one. 
(Possibly CodeBank threads are only exceptions)
Last edited by iPrank; Apr 27th, 2007 at 03:15 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|