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. Show Tab.

Show Tab.

Scheduled Pinned Locked Moved Visual Basic
questioncsharptutorialannouncement
6 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.
  • I Offline
    I Offline
    isfufushah
    wrote on last edited by
    #1

    HiYa u guys. In VB.Net, how to show a certain tab.?? I mean, if i have 1.Add 2.Update 3.Delete Tab. what is the code for me to show the Update Tab.? thanks... isfufushah

    C 1 Reply Last reply
    0
    • I isfufushah

      HiYa u guys. In VB.Net, how to show a certain tab.?? I mean, if i have 1.Add 2.Update 3.Delete Tab. what is the code for me to show the Update Tab.? thanks... isfufushah

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      tabControl.SelectedTab = tabPage, from memory. Christian Graus - Microsoft MVP - C++

      I 1 Reply Last reply
      0
      • C Christian Graus

        tabControl.SelectedTab = tabPage, from memory. Christian Graus - Microsoft MVP - C++

        I Offline
        I Offline
        isfufushah
        wrote on last edited by
        #3

        TabControl.SelectedTab = TabUpdCust.show is this the code suppost to look like. but, in my MDImodule it says it is not defined. what is it mean.??

        C 1 Reply Last reply
        0
        • I isfufushah

          TabControl.SelectedTab = TabUpdCust.show is this the code suppost to look like. but, in my MDImodule it says it is not defined. what is it mean.??

          C Offline
          C Offline
          Christian Graus
          wrote on last edited by
          #4

          Why the .show ? I'd say that's the problem, it's not correct. Christian Graus - Microsoft MVP - C++

          I 1 Reply Last reply
          0
          • C Christian Graus

            Why the .show ? I'd say that's the problem, it's not correct. Christian Graus - Microsoft MVP - C++

            I Offline
            I Offline
            isfufushah
            wrote on last edited by
            #5

            o.k. can u pls show me some example coding.?? :-D

            J 1 Reply Last reply
            0
            • I isfufushah

              o.k. can u pls show me some example coding.?? :-D

              J Offline
              J Offline
              J4amieC
              wrote on last edited by
              #6

              myTabControl.SelectedTab = myTabControl.TabPages(0) or myTabControl.SelectedIndex = 0 Current blacklist svmilky - Extremely rude | FeRtoll - Rude personal emails | ironstrike1 - Rude & Obnoxious behaviour -- modified at 8:43 Thursday 25th May, 2006

              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