Purpose
Make a ComboBox's dropdown area wider than its text area.

	Method
Use the SendMessage API function to send the ComboBox the CB_SETDROPPEDWIDTH
message, specifying the desired width in pixels.

	Disclaimer
This example program is provided "as is" with no warranty of any kind. It is
intended for demonstration purposes only. In particular, it does no error
handling. 