Results 1 to 3 of 3

Thread: TAB in forms

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    TAB in forms

    i want to set TAB ORDER but when selecting VIEW, TAB ORDER I get "SPECIFIED CAST IS NOT VALID"


    what's wrong ?

    It's a smart application project .NET 2003

    THX

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Probably should be a more user-friendly error message, but the reason is, TabIndex in not supported in the .NET Compact Framework. There is no property for this, and as such, it cannot be modified.

    HTH,
    Mike

  3. #3
    Frenzied Member
    Join Date
    Feb 2003
    Location
    Argentina
    Posts
    1,950
    A clunky workaround would be to code the Leave events of each control to set focus to the next control.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width