"/" / "" "".
Press "Combobox", select "Images" (by default its "String").
Click Add Resources. Click "Add Existing File." Select the image you want to add.
Once the image has been added to the Resources folder, you can use it.
Example: btn1.Image = Properties.Resources.Stop; // (Stop - image name)
source
share