|
-
Mar 11th, 2001, 04:29 PM
#1
Thread Starter
Frenzied Member
When I was trying to make a shape and line have click events, I had to end up putting the Shapes and lines in pictures and then using their events. How can I make the picture box transparent so you can see what is behind it?
retired member. Thanks for everything 
-
Mar 11th, 2001, 05:05 PM
#2
Addicted Member
In VB4 you could set the PictureBox transparent using the SetWindowLong API but in VB5/6 you can't do that. One way is to create a custom OCX control.
-
Mar 11th, 2001, 05:08 PM
#3
Thread Starter
Frenzied Member
The ocx idea is good, but how can you make the ocx background transparent? Not just the Ambient color, but the picture that would be behind it.
retired member. Thanks for everything 
-
Mar 11th, 2001, 05:24 PM
#4
Addicted Member
Set the BackStyle property to Transparent.
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
|