Results 1 to 3 of 3

Thread: tab with the pad in a form

  1. #1

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Location
    Madrid, Spain
    Posts
    4

    tab with the pad in a form

    hi, I have a pocketpc application wich has a form with two combobox.

    If in a combobox I push the d-pad of the pocketpc, the element of the combobox changes

    how can I select the next combobox with the d-pad?

    thanks
    [sorry for my english]

  2. #2
    Fanatic Member Strider's Avatar
    Join Date
    Sep 2004
    Location
    Dublin, Ireland
    Posts
    612

    Re: tab with the pad in a form

    you will need to use the keydown event of the combobox... then do an if on the e.Key to check select which value you want to put focus on....
    Barry


    Visual Studio .NET 2008/Visual Studio .NET 2005/Visual Studio .NET 2003
    .NET Framework 3.0 2.0 1.1/ASP.Net 3.0 2.0 1.1/Compact Framework 1.0

    SQL Server 2005/2000/SQL Server CE 2.0


    If you like, rate this post

    Compact Framework for Beginners

  3. #3

    Thread Starter
    New Member
    Join Date
    Feb 2007
    Location
    Madrid, Spain
    Posts
    4

    Re: tab with the pad in a form

    ok, thanks

    it works
    [sorry for my english]

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