DreamKid
02-04-2004, 02:29 AM
Is it possible to make the image in picturebox transparent?
I had insert a .png file which has transparent background.. but it's not transparent when the application is run.
I had found the way to do it...
Just set the PictureBox.BackColor = System.Drawing.Color.Transparent
Golden Sun
02-04-2004, 05:45 PM
Is it possible to make the image in picturebox transparent?
I had insert a .png file which has transparent background.. but it's not transparent when the application is run.
I had found the way to do it...
Just set the PictureBox.BackColor = System.Drawing.Color.Transparent
I tried this, and it does not work...It says Compile Error: Variable Not Defined. And it highlights the word "System" What do I do?
Golden Sun
02-16-2004, 11:26 AM
Is it possible to make the image in picturebox transparent?
I had insert a .png file which has transparent background.. but it's not transparent when the application is run.
I had found the way to do it...
Just set the PictureBox.BackColor = System.Drawing.Color.Transparent
I tried this, and it does not work...It says Compile Error: Variable Not Defined. And it highlights the word "System" What do I do?
You know...this shouldn't be that hard to fix...all you have to do is Define "System" All I need to know is what do you define it as? I dunno...but so far...thanks for nothing :huh:
dkeegh
04-03-2004, 06:23 PM
The problem here is that there is a bug in visual studio .net!
it is not possible to run the command picturebox.backcolor = color.transparent
There is a MSDN certified bug, and no apparent go around At THE Moment!
I've been looking for ages!