Results 1 to 4 of 4
  1. #1
    FlashDrive's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    12

    [Help]Basic Text Box[Solved]

    Hello MPGH,

    I need some help

    My question:

    I am making a login system for one of my programs and I am having a bit of trouble with it. I am trying to make it that you can type anything you want in the textbox, Instead of just one particular password.

    Thanks in advance !

  2. #2
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    Textbox's by default don't have perquisites.


    Based on PM:

    You have this

    [php]
    If Textbox1.text = "Whatever they want" Then
    Me.hide
    Form2.show
    End If
    [/php]

    If you want form2 to show and the active form to hide, Ignore the textbox all together. it's just

    Under Button Click event

    [php]
    Me.hide
    Form2.show
    [/php]

    Last edited by NextGen1; 03-06-2010 at 10:57 PM.


     


     


     



    The Most complete application MPGH will ever offer - 68%




  3. The Following User Says Thank You to NextGen1 For This Useful Post:

    FlashDrive (03-06-2010)

  4. #3
    FlashDrive's Avatar
    Join Date
    Nov 2009
    Gender
    male
    Posts
    162
    Reputation
    10
    Thanks
    12
    Thank you , Problem solved.

    Please close.

  5. #4
    NextGen1's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Not sure really.
    Posts
    6,312
    Reputation
    382
    Thanks
    3,019
    My Mood
    Amazed
    /Closed and /Solved


     


     


     



    The Most complete application MPGH will ever offer - 68%




  6. The Following User Says Thank You to NextGen1 For This Useful Post:

    FlashDrive (03-07-2010)

Similar Threads

  1. [Help]Changing text values[Solved]
    By master131 in forum Visual Basic Programming
    Replies: 4
    Last Post: 10-13-2010, 07:38 AM
  2. [Help]Check a Box[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 6
    Last Post: 04-26-2010, 03:43 AM
  3. [Help]Save Text[Solved]
    By Shark23 in forum Visual Basic Programming
    Replies: 7
    Last Post: 04-15-2010, 11:08 AM
  4. [Help]Save Text to Desktop[Solved]
    By ppl2pass in forum Visual Basic Programming
    Replies: 8
    Last Post: 03-16-2010, 08:45 AM
  5. [Help]Print Text Box [Solved]
    By zmansquared in forum Visual Basic Programming
    Replies: 7
    Last Post: 03-10-2010, 06:56 PM