Combo boxes are a standard part of most user interfaces. See how you can make this old standby easier to use with a little help from the SendMessage API. You try to build various conveniences into ...
I'm trying to do some GUI stuff in a C# program. Basically I have a Combo Box where I select which database results I want to see. When I select an item in the Combo Box, it generates an event which I ...