Hi Houston,
What keys do you mean by 'control keys'...the arrow keys? I just tested
this and under v1 you don't get keypress events for non-character keys
(such as the arrow keys or joystick).
Also, keep in mind that if a key event is pre-processed (such as when
tabbing occurs on keydown), you won't receive the event for that key.
Please let me know if you're seeing something different.
Thanks,
-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: Houston Keach <>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| Subject: SP2: Keypress event changes
| Date: Tue, 23 Dec 2003 09:04:24 -0600
| Organization: Posted via Supernews,
http://www.supernews.com
| Message-ID: <
[email protected]>
| X-Newsreader: Forte Free Agent 1.93/32.576 English (American)
| MIME-Version: 1.0
| Content-Type: text/plain; charset=us-ascii
| Content-Transfer-Encoding: 7bit
| X-Complaints-To: (e-mail address removed)
| Lines: 5
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!newsfeed00.su
l.t-online.de!t-online.de!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!sn
-xit-03!sn-xit-01!sn-post-01!supernews.com!corp.supernews.com!not-for-mail
| Xref: cpmsftngxa07.phx.gbl
microsoft.public.dotnet.framework.compactframework:41637
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| After installing SP2, I no longer see any control keys in the
| TextBox's keypress event handler. They do still appear in the KeyUp
| event. Was this intentional or an inadvertent change?
|
| --Houston
|