N
Noozer
Does anyone know if we will be able to put transparent backgrounds on
UserControls in VB 2004?
UserControls in VB 2004?
whether the image is loaded dynamically or at design time makes no
difference. If it was going to look right on a transparent background then
it quite obviously has transparent pixels. Use the OnPaint() subroutine to
create a region from the non transparent pixels of the image and apply it to
the usercontrol.