just something like this would work.....no?

        private void comboBox1_KeyPress(object sender, KeyPressEventArgs e)
        {
            MessageBox.Show( ((short)System.Windows.Forms.Keys.Enter ==
(short)e.KeyChar).ToString());

        }



On Thu, Jul 3, 2008 at 10:38 AM, Peter Osucha <[EMAIL PROTECTED]>
wrote:

> Does anyone have a good link that shows how to handle an [ENTER] key
> press when a user types in a combobox?  I've looked at several examples
> that I googled and can't seem to make much sense out of them.
>
> Sincerely,
> Peter
>
> ===================================
> This list is hosted by DevelopMentor(R)  http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>

===================================
This list is hosted by DevelopMentorĀ®  http://www.develop.com

View archives and manage your subscription(s) at http://discuss.develop.com

Reply via email to