Results 1 to 4 of 4

Thread: focus tabpage

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    focus tabpage

    Hi, i'm working in a smart device project and want to focus to a certain tabpage. But the "TabControl1.SelectedTab = ...." isn't supported, how do I solve my problem ?

    When i use .selectedindex it just changes the index and therfore my order of the tabs, that's not what i need,


    thank you !


    6f6

  2. #2
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    I just tried this in a smart device app, and it worked as expected. I have three tabs, and this will focus on the third.
    VB Code:
    1. TabControl1.SelectedIndex = 2

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2004
    Posts
    34

    tab

    thx for the reply !

    I tried that too and it worked but it seemed that sometimes my order of the tabpages changes. You have any idea why ?

    thx

  4. #4
    Frenzied Member Mike Hildner's Avatar
    Join Date
    Jul 2002
    Location
    Des Moines, NM
    Posts
    1,690
    Sorry, I don't. I just gave it a quick shot and it worked once in a row

    opennetcf.org might be a good place to ask.

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