Results 1 to 4 of 4

Thread: tabcontrol *solved*

  1. #1

    Thread Starter
    Lively Member freightliner's Avatar
    Join Date
    Nov 2002
    Location
    Belgium
    Posts
    123

    tabcontrol *solved*

    how do you make in the code that a tab-page is visible??

    like when you click on a linklabel, you go automaticly to another tab-page.

    i really have no idea.
    Last edited by freightliner; Nov 21st, 2002 at 02:51 AM.
    very handy: [vbcode][/vbcode]
    VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL

    look in the help, many probs can be solved that way.
    I know, i'm to lazy too.

    PLEASE PUT RESOLVED IF RESOLVED!!

  2. #2
    Lively Member
    Join Date
    Jan 2002
    Posts
    105
    This works for me when i click on a button so a link label shouldn't be any different.

    Code:
     Me.tbMain.SelectedTab = TabPage3

  3. #3
    Fanatic Member robbedaya's Avatar
    Join Date
    Jul 2002
    Location
    Belgium
    Posts
    872
    didn't know it was that easy
    - Use the thread tools to Mark your Thread as Resolved when your question is answered.
    - Please Rate my answers if they where helpful.

  4. #4

    Thread Starter
    Lively Member freightliner's Avatar
    Join Date
    Nov 2002
    Location
    Belgium
    Posts
    123

    tnx

    indeed very easy.
    very handy: [vbcode][/vbcode]
    VB.NET - VB6 - VBA - ASP - RPG(AS/400) - C++ - java - SQL

    look in the help, many probs can be solved that way.
    I know, i'm to lazy too.

    PLEASE PUT RESOLVED IF RESOLVED!!

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