Not sure how to do it with the IDE but if you want to add an image to a
control
Say it is a button
myButton.Image = System.Drawing.Image.FromFile("power.gif");
or else you can add it as a resource and use it this way http://www.devhood.com/tutorials/tutorial_details.aspx?tutorial_id=75