Hello!
I'm trying to display an image on top of a ListBox using a PictureBox.
I've already set my PictureBox backgroundr to Transparent and my image is a .png with transparent background.
My Image:
My ListBox:
I want something like this:
But this is what I get:
Don't worry about the size of the image I'll make it the correct size later.
Is this the right way to do my task?




Reply With Quote