G
Guest
Hi
I'd like to disable the text-editing for a drop-down combo box (without disabling the whole control). How do I do this
I've tried intercepting the KeyPress message, which worked for a text box but does not work for a combo-box. I've also tried overriding the ProcessKeyEventArgs, ProcessKeyMessage, and ProcessKeyPreview methods, but to no avail. Help
Thanks in advance
Alfredo
I'd like to disable the text-editing for a drop-down combo box (without disabling the whole control). How do I do this
I've tried intercepting the KeyPress message, which worked for a text box but does not work for a combo-box. I've also tried overriding the ProcessKeyEventArgs, ProcessKeyMessage, and ProcessKeyPreview methods, but to no avail. Help
Thanks in advance
Alfredo