tab key support under CF 1.0 SP2

  • Thread starter Thread starter news.austin.rr.com
  • Start date Start date
N

news.austin.rr.com

hi,

i can see that SP2 allows for tabbing between controls using zorder but how
do i code it?

if i place contols on the form and press tab the controls do not get and
switch focus.

what am i missing?

thanks
 
Chris is correct. Please make sure you call the Focus() method for the
control that you want to have focus initially. In the .NET Compact
Framework v1 the Form has focus when it is shown.

Thank you,
Sergiy.

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Chris Tacke, eMVP" <[email protected]>
| References: <[email protected]>
| Subject: Re: tab key support under CF 1.0 SP2
| Date: Fri, 17 Dec 2004 15:33:16 -0500
| Lines: 26
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
| X-RFC2646: Format=Flowed; Original
| Message-ID: <[email protected]>
| Newsgroups: microsoft.public.dotnet.framework.compactframework
| NNTP-Posting-Host: nat2.applieddata.net 64.72.200.61
| Path:
cpmsftngxa10.phx.gbl!TK2MSFTNGXA01.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP14
.phx.gbl
| Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.compactframework:67160
| X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework
|
| You must give one control the focus to begin with.
|
| --
| <ctacke/>
| www.OpenNETCF.org
| Your CF searches start and end here
|
|
| | > hi,
| >
| > i can see that SP2 allows for tabbing between controls using zorder but
| > how
| > do i code it?
| >
| > if i place contols on the form and press tab the controls do not get and
| > switch focus.
| >
| > what am i missing?
| >
| > thanks
| >
| >
|
|
|
 
Back
Top