![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Newbie
Join Date: Apr 2005
Posts: 22
Rep Power: 0
![]() |
picturebox
I want to have 2 pictureboxes(one oveer the other) and the forth one is going to have an image with transperent places on it. The problem is that I cantnake it show the picture from behind, can anyone help me?
|
|
|
|
|
|
#2 |
|
Expert Programmer
|
Pictureboxes aren't transparent. Either use an API to cut a "hole" in the window or manage the drawing yourself. However, if you want to have variable transparency (i.e. an alpha channel) then use the GDI+ to draw a PNG. You could also merge two images by having on as the BackgroundImage and the other as the Image of a picture box.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|