Dim imgBg As System.Drawing.Image
bg.FromFile(System.Environment.CurrentDirectory & "\Textures\marf.jpg")
cboYear.BackgroundImage = imgBg

Does not put the image behind the combobox. Anybody know why? Is there another combobox property i need to set to allow it to have an image placed behind it?