View Single Post
  #3 (permalink)  
Old 06-23-2008, 06:05 AM
chili5's Avatar   
chili5 chili5 is offline
Code Warrior
 
Join Date: Mar 2008
Age: 15
Posts: 3,634
Rep Power: 32
chili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to allchili5 is a name known to all
Default Re: Help with Background Image!

Can't you in the combo box specify items and use a click event for each item in the combo box?

Code:
Private Sub cmbBoxitem1 _Click(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles cmbBoxitem1.Click
Me.background = "filename.ext"
End Sub
Couldn't you do that for each item in the combo box?
__________________
Emo Philips - "My computer beat me at checkers, but I sure beat it at kickboxing."
Reply With Quote