Tab Key

  • Thread starter Thread starter Muhammad Arif
  • Start date Start date
M

Muhammad Arif

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
 
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.
 
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
 
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 said:
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: said:
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.
 
Back
Top