trackbar

i have 6 different backgrounds and a trackbar, when i move the trackbar i want the background to change, how do i do it?
[121 byte] By [r4nd0m] at [2007-12-17]
# 1
Are we talking about the form's background? Hook up a handler for the TrackBar's ValueChanged event, and set the form's BackgroundImage in the handler.
-Scott
ScottBerry at 2007-9-9 > top of Msdn Tech,Windows Forms,Windows Forms General...