- Home
·
- Graphics
·
- Make a PictureBox Transparent with respect to Form
Make a PictureBox Transparent with respect to Form
Make a PictureBox Transparent with respect to Form
Rate Make a PictureBox Transparent with respect to Form
(1(1 Vote))
Form1.AutoRedraw=True 'you can set it in design time
Picture1.AutoRedraw=True ' this one also
Picture1.PaintPicture Form1.Image,0,0, , ,Picture1.Left,Picture1.Top
End Sub
Make a PictureBox Transparent with respect to Form Comments
No comments yet — be the first to post one!
Post a Comment