ComboBox Button Size?
Does anyone know the best way to resize the button part of a combo box in .NET? (the button with the triangle on it) I would like to make the button larger both in width and height.
Can I use the ControlPaint Class? Is there a snippet available that I could take a peek at?
Cheers!

