Transparent Images

Im New To Visual Basic,So Bear with me ;)

Ive got an image on my program,but i want the background of it to be transparent.
Its a picture of a PC with a white background,and i dont want the background,Can some one tell me to make it transparent?

Rock On,
Cooleo

[273 byte] By [Cooleo] at [2007-12-17]
# 1
The Bitmap class has a method for this:

Dim bmp As New Bitmap(fileName)
bmp.MakeTransparent(Color.White)

DanielRieck at 2007-9-8 > top of Msdn Tech,Visual Basic,Visual Basic General...