Dear All,
The tab key doesn't work in PDA application. The focus should be set
to next control if the tab key is pressed. How it can be done
programatically in VB.Net?

Regards,
Muhammad Arif

Re: Tab Key by Paul

Paul
Thu Feb 26 09:53:19 CST 2004

In SP2, it *does* work, although you have to set the focus to the first
control before Tab will do the right thing. In earlier versions, you're
right; it does nothing.

Paul T.

"Muhammad Arif" <aliarifpk@hotmail.com> wrote in message
news:979367fe.0402260442.4825fa1d@posting.google.com...
> Dear All,
> The tab key doesn't work in PDA application. The focus should be set
> to next control if the tab key is pressed. How it can be done
> programatically in VB.Net?
>
> Regards,
> Muhammad Arif



Re: Tab Key by aliarifpk

aliarifpk
Thu Feb 26 22:37:31 CST 2004

Dear Paul,
Can you provide me an official link of microsoft which show that
dotNet Compact Framework ignores the "Tab" key of the keyboard, so
that I have an evidence of this problem.

Regards,
Arif




"Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in message news:<exc5mCI$DHA.916@TK2MSFTNGP10.phx.gbl>...
> In SP2, it *does* work, although you have to set the focus to the first
> control before Tab will do the right thing. In earlier versions, you're
> right; it does nothing.
>
> Paul T.
>
> "Muhammad Arif" <aliarifpk@hotmail.com> wrote in message
> news:979367fe.0402260442.4825fa1d@posting.google.com...
> > Dear All,
> > The tab key doesn't work in PDA application. The focus should be set
> > to next control if the tab key is pressed. How it can be done
> > programatically in VB.Net?
> >
> > Regards,
> > Muhammad Arif

Re: Tab Key by Chris

Chris
Fri Feb 27 08:34:55 CST 2004

It was added in SP2, here's the fix/feature list:

http://weblogs.asp.net/nino/archive/2003/09/19/28266.aspx

--
Chris Tacke, eMVP
Co-Founder and Advisory Board Member
www.OpenNETCF.org
---
Windows CE Product Manager
Applied Data Systems
www.applieddata.net


"Muhammad Arif" <aliarifpk@hotmail.com> wrote in message
news:979367fe.0402262037.16ffc574@posting.google.com...
> Dear Paul,
> Can you provide me an official link of microsoft which show that
> dotNet Compact Framework ignores the "Tab" key of the keyboard, so
> that I have an evidence of this problem.
>
> Regards,
> Arif
>
>
>
>
> "Paul G. Tobey [eMVP]" <ptobey_no_spam@instrument_no_spam.com> wrote in
message news:<exc5mCI$DHA.916@TK2MSFTNGP10.phx.gbl>...
> > In SP2, it *does* work, although you have to set the focus to the first
> > control before Tab will do the right thing. In earlier versions, you're
> > right; it does nothing.
> >
> > Paul T.
> >
> > "Muhammad Arif" <aliarifpk@hotmail.com> wrote in message
> > news:979367fe.0402260442.4825fa1d@posting.google.com...
> > > Dear All,
> > > The tab key doesn't work in PDA application. The focus should be set
> > > to next control if the tab key is pressed. How it can be done
> > > programatically in VB.Net?
> > >
> > > Regards,
> > > Muhammad Arif