i want to make an image without a background color, like an icon. i have the picture but what to i put in the backcolor input to make it transparent so that i can see the actual background
In vb6 you can put an "Image" control in stead of a picturebox.
when you load a picture in the Image with a transparent background, it's also transparent in the Image.
Comment