Ok, this is driving me nuts.<BR>I have a program, which I don't have source for. It has a toolbar with two dropdown combo boxes and I want, from another program, to minipulate those combo boxes.
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 ...