|
-
Aug 3rd, 2004, 03:18 AM
#1
Thread Starter
Member
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
-
Aug 3rd, 2004, 11:08 AM
#2
Frenzied Member
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:
TabControl1.SelectedIndex = 2
-
Aug 3rd, 2004, 12:29 PM
#3
Thread Starter
Member
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
-
Aug 3rd, 2004, 12:45 PM
#4
Frenzied Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|