Change attributes of items in a combobox
Filed in C# on Sep.20, 2007
This was an expiriment program for changing fonts, colors, draw shapes etc.
To alter the items, you need to use comboBox1.DrawMode
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
namespace WindowsApplication1
{
public partial class Form1 : Form
{
public Form1()
[...]












