PC Review


Reply
Thread Tools Rate Thread

ComboBox Keypress events

 
 
=?Utf-8?B?QmVuIFRheWxvcg==?=
Guest
Posts: n/a
 
      17th Jun 2005
Hi all. I was wondering if anyone knew if there was any way to capture
KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
standard behaviour means you not only can't tell which key's been pressed,
but can't even tell that a key has been pressed at all - the event simply
doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
had the same behaviour. Anyone got any suggestions for how to trap that event?

Thanks
Ben
 
Reply With Quote
 
 
 
 
Sergey Bogdanov
Guest
Posts: n/a
 
      17th Jun 2005
Refer to this thread:
http://groups-beta.google.com/group/...eee436972271bb

The same applies to ComboBox either.

--
Sergey Bogdanov
http://www.sergeybogdanov.com


Ben Taylor wrote:
> Hi all. I was wondering if anyone knew if there was any way to capture
> KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
> standard behaviour means you not only can't tell which key's been pressed,
> but can't even tell that a key has been pressed at all - the event simply
> doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
> had the same behaviour. Anyone got any suggestions for how to trap that event?
>
> Thanks
> Ben

 
Reply With Quote
 
=?Utf-8?B?QmVuIFRheWxvcg==?=
Guest
Posts: n/a
 
      20th Jun 2005
Thanks Sergey. I had spotted that thread, but I was trying to avoid using
third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
keypress events and I was doing something wrong. Ah well, just have to bite
the bullet I guess. ;-)

Ben

"Sergey Bogdanov" wrote:

> Refer to this thread:
> http://groups-beta.google.com/group/...eee436972271bb
>
> The same applies to ComboBox either.
>
> --
> Sergey Bogdanov
> http://www.sergeybogdanov.com
>
>
> Ben Taylor wrote:
> > Hi all. I was wondering if anyone knew if there was any way to capture
> > KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
> > standard behaviour means you not only can't tell which key's been pressed,
> > but can't even tell that a key has been pressed at all - the event simply
> > doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
> > had the same behaviour. Anyone got any suggestions for how to trap that event?
> >
> > Thanks
> > Ben

>

 
Reply With Quote
 
=?Utf-8?B?QWxleCBZYWtobmluIFtNVlBd?=
Guest
Posts: n/a
 
      20th Jun 2005
You don't need to sue OpenNETCF. Just make sure that you have latest service
pack for CF installed (SP3).
The key events have been enable for controls starting form SP1

--
Alex Yakhnin, .NET CF MVP
www.intelliprog.com | www.opennetcf.org


"Ben Taylor" wrote:

> Thanks Sergey. I had spotted that thread, but I was trying to avoid using
> third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
> keypress events and I was doing something wrong. Ah well, just have to bite
> the bullet I guess. ;-)
>
> Ben
>
> "Sergey Bogdanov" wrote:
>
> > Refer to this thread:
> > http://groups-beta.google.com/group/...eee436972271bb
> >
> > The same applies to ComboBox either.
> >
> > --
> > Sergey Bogdanov
> > http://www.sergeybogdanov.com
> >
> >
> > Ben Taylor wrote:
> > > Hi all. I was wondering if anyone knew if there was any way to capture
> > > KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
> > > standard behaviour means you not only can't tell which key's been pressed,
> > > but can't even tell that a key has been pressed at all - the event simply
> > > doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
> > > had the same behaviour. Anyone got any suggestions for how to trap that event?
> > >
> > > Thanks
> > > Ben

> >

 
Reply With Quote
 
=?Utf-8?B?QmVuIFRheWxvcg==?=
Guest
Posts: n/a
 
      21st Jun 2005
Really? I'm confused in that case - I'm almost certain I'm alredy using SP3.
I can't find anywhere to verify that VS2003 thinks it's using SP3 of the CF
(normal framework yes, but not the CF), or on the device, but the version
that I downloaded is certainly SP3, Add/Remove programs on my PC only lists
SP3 as installed, not any other versions, and I haven't worked with the CF
previously so ithere shouldn't be a previously installed version on here
unless it came with VS2003.

"Alex Yakhnin [MVP]" wrote:

> You don't need to sue OpenNETCF. Just make sure that you have latest service
> pack for CF installed (SP3).
> The key events have been enable for controls starting form SP1
>
> --
> Alex Yakhnin, .NET CF MVP
> www.intelliprog.com | www.opennetcf.org
>
>
> "Ben Taylor" wrote:
>
> > Thanks Sergey. I had spotted that thread, but I was trying to avoid using
> > third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
> > keypress events and I was doing something wrong. Ah well, just have to bite
> > the bullet I guess. ;-)
> >
> > Ben
> >
> > "Sergey Bogdanov" wrote:
> >
> > > Refer to this thread:
> > > http://groups-beta.google.com/group/...eee436972271bb
> > >
> > > The same applies to ComboBox either.
> > >
> > > --
> > > Sergey Bogdanov
> > > http://www.sergeybogdanov.com
> > >
> > >
> > > Ben Taylor wrote:
> > > > Hi all. I was wondering if anyone knew if there was any way to capture
> > > > KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
> > > > standard behaviour means you not only can't tell which key's been pressed,
> > > > but can't even tell that a key has been pressed at all - the event simply
> > > > doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
> > > > had the same behaviour. Anyone got any suggestions for how to trap that event?
> > > >
> > > > Thanks
> > > > Ben
> > >

 
Reply With Quote
 
Sergey Bogdanov
Guest
Posts: n/a
 
      21st Jun 2005
Well, it won't work all the same for ComboBoxes. Though with SP3 it
works for controls like TextBox.

--
Sergey Bogdanov
http://www.sergeybogdanov.com


Alex Yakhnin [MVP] wrote:
> You don't need to sue OpenNETCF. Just make sure that you have latest service
> pack for CF installed (SP3).
> The key events have been enable for controls starting form SP1
>
> --
> Alex Yakhnin, .NET CF MVP
> www.intelliprog.com | www.opennetcf.org
>
>
> "Ben Taylor" wrote:
>
>
>>Thanks Sergey. I had spotted that thread, but I was trying to avoid using
>>third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
>>keypress events and I was doing something wrong. Ah well, just have to bite
>>the bullet I guess. ;-)
>>
>>Ben
>>
>>"Sergey Bogdanov" wrote:
>>
>>
>>>Refer to this thread:
>>>http://groups-beta.google.com/group/...eee436972271bb
>>>
>>>The same applies to ComboBox either.
>>>
>>>--
>>>Sergey Bogdanov
>>>http://www.sergeybogdanov.com
>>>
>>>
>>>Ben Taylor wrote:
>>>
>>>>Hi all. I was wondering if anyone knew if there was any way to capture
>>>>KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
>>>>standard behaviour means you not only can't tell which key's been pressed,
>>>>but can't even tell that a key has been pressed at all - the event simply
>>>>doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
>>>>had the same behaviour. Anyone got any suggestions for how to trap that event?
>>>>
>>>>Thanks
>>>>Ben
>>>

 
Reply With Quote
 
=?Utf-8?B?QmVuIFRheWxvcg==?=
Guest
Posts: n/a
 
      21st Jun 2005
Ah. Yeah, I've got it working for TextBoxes, but I need it for ComboBoxes as
well. Oh well, back to OpenNetCF then. Although since they seem to have a
problem with installing the latest version (1.3) at the moment, I hope it all
still works with the previous version.

"Sergey Bogdanov" wrote:

> Well, it won't work all the same for ComboBoxes. Though with SP3 it
> works for controls like TextBox.
>
> --
> Sergey Bogdanov
> http://www.sergeybogdanov.com
>
>
> Alex Yakhnin [MVP] wrote:
> > You don't need to sue OpenNETCF. Just make sure that you have latest service
> > pack for CF installed (SP3).
> > The key events have been enable for controls starting form SP1
> >
> > --
> > Alex Yakhnin, .NET CF MVP
> > www.intelliprog.com | www.opennetcf.org
> >
> >
> > "Ben Taylor" wrote:
> >
> >
> >>Thanks Sergey. I had spotted that thread, but I was trying to avoid using
> >>third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
> >>keypress events and I was doing something wrong. Ah well, just have to bite
> >>the bullet I guess. ;-)
> >>
> >>Ben
> >>
> >>"Sergey Bogdanov" wrote:
> >>
> >>
> >>>Refer to this thread:
> >>>http://groups-beta.google.com/group/...eee436972271bb
> >>>
> >>>The same applies to ComboBox either.
> >>>
> >>>--
> >>>Sergey Bogdanov
> >>>http://www.sergeybogdanov.com
> >>>
> >>>
> >>>Ben Taylor wrote:
> >>>
> >>>>Hi all. I was wondering if anyone knew if there was any way to capture
> >>>>KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
> >>>>standard behaviour means you not only can't tell which key's been pressed,
> >>>>but can't even tell that a key has been pressed at all - the event simply
> >>>>doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
> >>>>had the same behaviour. Anyone got any suggestions for how to trap that event?
> >>>>
> >>>>Thanks
> >>>>Ben
> >>>

>

 
Reply With Quote
 
Sergey Bogdanov
Guest
Posts: n/a
 
      21st Jun 2005
Yes, it works with the previous version either. Just curious, what error
do you have with v1.3?

--
Sergey Bogdanov
http://www.sergeybogdanov.com


Ben Taylor wrote:
> Ah. Yeah, I've got it working for TextBoxes, but I need it for ComboBoxes as
> well. Oh well, back to OpenNetCF then. Although since they seem to have a
> problem with installing the latest version (1.3) at the moment, I hope it all
> still works with the previous version.
>
> "Sergey Bogdanov" wrote:
>
>
>>Well, it won't work all the same for ComboBoxes. Though with SP3 it
>>works for controls like TextBox.
>>
>>--
>>Sergey Bogdanov
>>http://www.sergeybogdanov.com
>>
>>
>>Alex Yakhnin [MVP] wrote:
>>
>>>You don't need to sue OpenNETCF. Just make sure that you have latest service
>>>pack for CF installed (SP3).
>>>The key events have been enable for controls starting form SP1
>>>
>>>--
>>>Alex Yakhnin, .NET CF MVP
>>>www.intelliprog.com | www.opennetcf.org
>>>
>>>
>>>"Ben Taylor" wrote:
>>>
>>>
>>>
>>>>Thanks Sergey. I had spotted that thread, but I was trying to avoid using
>>>>third-party stuff like OpenNetCF - I'd been hoping that MS hadn't blocked
>>>>keypress events and I was doing something wrong. Ah well, just have to bite
>>>>the bullet I guess. ;-)
>>>>
>>>>Ben
>>>>
>>>>"Sergey Bogdanov" wrote:
>>>>
>>>>
>>>>
>>>>>Refer to this thread:
>>>>>http://groups-beta.google.com/group/...eee436972271bb
>>>>>
>>>>>The same applies to ComboBox either.
>>>>>
>>>>>--
>>>>>Sergey Bogdanov
>>>>>http://www.sergeybogdanov.com
>>>>>
>>>>>
>>>>>Ben Taylor wrote:
>>>>>
>>>>>
>>>>>>Hi all. I was wondering if anyone knew if there was any way to capture
>>>>>>KeyPress events from Combo Boxes in the .NET Compact Framework? Seemingly the
>>>>>>standard behaviour means you not only can't tell which key's been pressed,
>>>>>>but can't even tell that a key has been pressed at all - the event simply
>>>>>>doesn't fire. I've tried the extended combo box from OpenNetCF.org, but that
>>>>>>had the same behaviour. Anyone got any suggestions for how to trap that event?
>>>>>>
>>>>>>Thanks
>>>>>>Ben
>>>>>

 
Reply With Quote
 
=?Utf-8?B?QmVuIFRheWxvcg==?=
Guest
Posts: n/a
 
      21st Jun 2005
This one:

http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=4748

It's not me that started that thread, but it's the same error (occurs at the
end of installation). There are a number of threads on the "Installation and
Deployment" forum there complaining about the same problem, so I assume that
someone over there is looking at it.

"Sergey Bogdanov" wrote:

> Yes, it works with the previous version either. Just curious, what error
> do you have with v1.3?
>
> --
> Sergey Bogdanov
> http://www.sergeybogdanov.com
>
>
> Ben Taylor wrote:
> > Ah. Yeah, I've got it working for TextBoxes, but I need it for ComboBoxes as
> > well. Oh well, back to OpenNetCF then. Although since they seem to have a
> > problem with installing the latest version (1.3) at the moment, I hope it all
> > still works with the previous version.
> >
> > "Sergey Bogdanov" wrote:
> >
> >
> >>Well, it won't work all the same for ComboBoxes. Though with SP3 it
> >>works for controls like TextBox.
> >>
> >>--
> >>Sergey Bogdanov
> >>http://www.sergeybogdanov.com

 
Reply With Quote
 
Sergey Bogdanov
Guest
Posts: n/a
 
      21st Jun 2005
Try to uninstall and install again v1.3. Also take a look at Peter
Foot's post about known issues with v1.3:
http://blog.opennetcf.org/pfoot/Perm...de8bc4a4d.aspx

--
Sergey Bogdanov
http://www.sergeybogdanov.com


Ben Taylor wrote:
> This one:
>
> http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=4748
>
> It's not me that started that thread, but it's the same error (occurs at the
> end of installation). There are a number of threads on the "Installation and
> Deployment" forum there complaining about the same problem, so I assume that
> someone over there is looking at it.
>
> "Sergey Bogdanov" wrote:
>
>
>>Yes, it works with the previous version either. Just curious, what error
>>do you have with v1.3?
>>
>>--
>>Sergey Bogdanov
>>http://www.sergeybogdanov.com
>>
>>
>>Ben Taylor wrote:
>>
>>>Ah. Yeah, I've got it working for TextBoxes, but I need it for ComboBoxes as
>>>well. Oh well, back to OpenNetCF then. Although since they seem to have a
>>>problem with installing the latest version (1.3) at the moment, I hope it all
>>>still works with the previous version.
>>>
>>>"Sergey Bogdanov" wrote:
>>>
>>>
>>>
>>>>Well, it won't work all the same for ComboBoxes. Though with SP3 it
>>>>works for controls like TextBox.
>>>>
>>>>--
>>>>Sergey Bogdanov
>>>>http://www.sergeybogdanov.com

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
keyPress event and combobox! riccifs@tin.it Microsoft Access Form Coding 2 5th Nov 2007 07:20 AM
ComboBox problem handling SelectedIndexChanged event and keypress events dule Microsoft Dot NET Compact Framework 2 2nd Feb 2007 08:17 AM
KeyPress Events Daniel F Microsoft Excel Programming 0 30th Jun 2004 04:44 PM
Keypress and ComboBox Lee Moody Microsoft VB .NET 2 25th Mar 2004 09:44 AM
ComboBox KeyPress Event? Tomer Microsoft Dot NET Compact Framework 5 13th Jan 2004 07:36 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:45 AM.