Visual basics 2008 Tabs menu

User Tag List

Results 1 to 7 of 7
  1. #1
    Pl0x3r's Avatar Member
    Reputation
    2
    Join Date
    Sep 2009
    Posts
    24
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Visual basics 2008 Tabs

    if i have 4 tabs 1, 2, 3, 4 how do i make 2, 3, 4 locked until the login button is pressed on tab 1??

    Thanks

    Visual basics 2008 Tabs
  2. #2
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I believe this not to be directly possible. A possible fix would be to add tabpages 2, 3 and 4 once the login is successful.

  3. #3
    Kiev's Avatar Contributor
    Reputation
    288
    Join Date
    Nov 2007
    Posts
    1,819
    Thanks G/R
    0/4
    Trade Feedback
    3 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Select it for On_FormLoad

    TabPages2.Enabled = False
    TabPages3.Enabled = False
    TabPages4.Enabled = False

    On the button click

    Change it to = True.

    Should work, just make sure you put extra code in the Login button to make sure its the right username and password -.-




  4. #4
    Krillere's Avatar Contributor
    Reputation
    112
    Join Date
    Nov 2007
    Posts
    668
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Kiev View Post
    Select it for On_FormLoad

    TabPages2.Enabled = False
    TabPages3.Enabled = False
    TabPages4.Enabled = False

    On the button click

    Change it to = True.

    Should work, just make sure you put extra code in the Login button to make sure its the right username and password -.-
    That wont work.

  5. #5
    Mr.Zunz's Avatar Contributor
    Reputation
    92
    Join Date
    Mar 2007
    Posts
    393
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Why dont you just use another form to login


  6. #6
    d3rrial's Avatar Contributor Authenticator enabled
    Reputation
    127
    Join Date
    Apr 2010
    Posts
    527
    Thanks G/R
    0/5
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Code:
        Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
            Me.Hide()
            TabPage2.Show()
            TabPage3.Show()
            TabPage4.Show()
        End Sub
    Liek this? But its a very easy way and I have no Idea if it'll work.

  7. #7
    Kirth's Avatar Active Member
    Reputation
    58
    Join Date
    Nov 2007
    Posts
    274
    Thanks G/R
    2/2
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by _SkHiEnEgP_ View Post

    Code:
        Private Sub OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles OK.Click
            Me.Hide()
            TabPage2.Show()
            TabPage3.Show()
            TabPage4.Show()
        End Sub
    Liek this? But its a very easy way and I have no Idea if it'll work.
    That won't work.



Similar Threads

  1. Replies: 5
    Last Post: 02-02-2009, 11:14 AM
  2. Sams Teach Yourself Visual Basic 2008
    By ClubbS in forum Programming
    Replies: 4
    Last Post: 01-30-2009, 10:48 PM
  3. [RELEASE] Visual Basic 2008 Codes
    By EmiloZ in forum Programming
    Replies: 25
    Last Post: 01-03-2009, 06:13 AM
  4. [Share] Visual Studio 2008 Professional!
    By Greeko in forum World of Warcraft Emulator Servers
    Replies: 5
    Last Post: 05-28-2008, 06:10 PM
  5. Visual Basic, I have an idea.
    By WoWLegend in forum World of Warcraft Bots and Programs
    Replies: 14
    Last Post: 11-11-2006, 02:36 PM
All times are GMT -5. The time now is 02:49 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search