Purpose
Determine when a ComboBox is about to drop down.

	Method
Subclass using a WindowProc to detect WM_COMMAND messages sent to the ComboBox.
Look for the CBM_DROPDOWN message.

	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 not error
handling.