Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. vb.net how to move to next tab on click of button?????

vb.net how to move to next tab on click of button?????

Scheduled Pinned Locked Moved Visual Basic
csharphelptutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    Ron S
    wrote on last edited by
    #1

    Hi there i want to move to the next tab on click of a button. Other than the tabstrip button . Please help me to solve this. bharath.s

    D M 2 Replies Last reply
    0
    • R Ron S

      Hi there i want to move to the next tab on click of a button. Other than the tabstrip button . Please help me to solve this. bharath.s

      D Offline
      D Offline
      Dean_SF
      wrote on last edited by
      #2

      Try: Me.tabcontrolname.SelectedTab = nameofthetab or Me.tabcontrolname.TabPages(x).Select() where x is the index of the tab you want selected Dean

      1 Reply Last reply
      0
      • R Ron S

        Hi there i want to move to the next tab on click of a button. Other than the tabstrip button . Please help me to solve this. bharath.s

        M Offline
        M Offline
        machman1
        wrote on last edited by
        #3

        Go into the properties, under behaviors and you will find TabIndex, this gives you the order in which the buttons or anything on the screen that you can inter act with, the order in which the item is given focuse, if you want to move from one imput to the next, hope this helps. :-D

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups