KeyPress event and the transcriber

  • Thread starter Thread starter gcrasher
  • Start date Start date
G

gcrasher

I don't understand this behavior I'm getting. I'm working with the
latest compact framework on pocketPC 2003. Basically, the KeyPress
event doesn't get fired under this one scenario: the textbox has text
in it that selected, and the transcriber is used to write more than 1
character. In every other scenario (empty textbox, or text not
highlighted), writing multiple characters with the transcriber fires
this event for each character seperately.

Can anyone explain this?
 
Could you purhaps use the TextChanged event?

-Katie

This posting is provided "AS IS" with no warranties, and confers no rights.

***.Net Compact Framework Info***
Faq:
http://msdn.microsoft.com/mobility/prodtechinfo/devtools/netcf/FAQ/default.a
spx
QuickStarts: http://samples.gotdotnet.com/quickstart/CompactFramework/
Samples:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/h
tml/CompactfxTechArt.asp

--------------------
| From: (e-mail address removed) (gcrasher)
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: KeyPress event and the transcriber
| Date: 4 Mar 2004 22:23:36 -0800
| Organization: http://groups.google.com
| Lines: 9
| Message-ID: <[email protected]>
| NNTP-Posting-Host: 65.33.191.109
| Content-Type: text/plain; charset=ISO-8859-1
| Content-Transfer-Encoding: 8bit
| X-Trace: posting.google.com 1078467817 19463 127.0.0.1 (5 Mar 2004
06:23:37 GMT)
| X-Complaints-To: (e-mail address removed)
| NNTP-Posting-Date: Fri, 5 Mar 2004 06:23:37 +0000 (UTC)
| Path:
cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.sul.t-online.de!t-onlin
e.de!border2.nntp.ash.giganews.com!border1.nntp.ash.giganews.com!nntp.gigane
ws.com!news.glorb.com!postnews1.google.com!not-for-mail
| Xref: cpmsftngxa06.phx.gbl
microsoft.public.dotnet.framework.compactframework:47707
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| I don't understand this behavior I'm getting. I'm working with the
| latest compact framework on pocketPC 2003. Basically, the KeyPress
| event doesn't get fired under this one scenario: the textbox has text
| in it that selected, and the transcriber is used to write more than 1
| character. In every other scenario (empty textbox, or text not
| highlighted), writing multiple characters with the transcriber fires
| this event for each character seperately.
|
| Can anyone explain this?
|
 
Back
Top