Image button on visual studio 2010
问题 I am trying to create a button with image and no text from the [Design] view on Visual Studio 2010. I drag & dropped the button, then I click the Image Property, I select a png image from my resource file, but the property always remain empty and the button doesn't have image neither on the [Design] view or in the compiled program. I tried setting the image on the Form.Designer.cs file with: // // button1 // this.button1.Location = new System.Drawing.Point(73, 11); this.button1.Name =