Windows Develop Bookmark and Share   
 index > Windows Forms General > trackbar
 

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?
G3rTrunk3n  Saturday, September 17, 2005 6:01 PM
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
Scott Berry  Wednesday, September 21, 2005 11:45 PM

You can use google to search for other answers

Custom Search

More Threads

• Using Hot Keys in TabControl
• Adding Drag and Drop to an Application
• how to dock or anachor?
• How do I get, or change, the color of a pixel of an existing graphics?
• How to make RichTextBox Sroll Smoother?
• Recording Application
• DataGridView + ComboBox
• how to serialize .net controls
• How to give the focus to a toolstrip textbox
• Datagrid Filter crashes applicaton