P
paul.lundin1
Hi,
I cannot figure out why no ComboBox events are firing in my project.
I'm very new to .NET CF programming, so I might be missing something
obvious.
The event handler for "SelectedIndexChanged" gets fired when I first
set the DataSource of the ComboBox, but when I click on the ComboBox
in the emulator, no event handlers get called. Out of desparation,
I've added handlers to SelectedIndexChanged, KeyPress, KeyDown,
LostFocus, and MouseDown, but none of the handler fire.
Any suggestions would be greatly appreciated
I cannot figure out why no ComboBox events are firing in my project.
I'm very new to .NET CF programming, so I might be missing something
obvious.
The event handler for "SelectedIndexChanged" gets fired when I first
set the DataSource of the ComboBox, but when I click on the ComboBox
in the emulator, no event handlers get called. Out of desparation,
I've added handlers to SelectedIndexChanged, KeyPress, KeyDown,
LostFocus, and MouseDown, but none of the handler fire.
Any suggestions would be greatly appreciated