一,效果图:
二,代码:
using System.Collections.Generic;
using System.Drawing;
using System.Net;
using System.Windows.Forms;
namespace ImageComBoxDemo
{
public partial class Form1 : Form
{
private ComboBox cbbImages = new ComboBox();
private List<Image> images =new List<Image>();
public Form1()
{
InitializeC