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
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.