Results 1 to 5 of 5

Thread: User Logon screen

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    User Logon screen



    Anybody has visual basic 6.0 or vb script that will prompt the user for user name and password and they can go beyond to the next form until they enter the right user name and password.

    Thanks
    Dali

  2. #2
    New Member
    Join Date
    Jun 2005
    Posts
    15

    Re: User Logon screen

    should be something like

    If Text1 = (Name) And
    Text2 = (Password) Then
    Show.Form2
    Else: MsgBox "Invalid Username/Password"

    Maybe something like that??

  3. #3

    Thread Starter
    Junior Member
    Join Date
    Jun 2005
    Posts
    17

    Re: User Logon screen

    That would work, but I need to have the password enncrypted, how would I do that?

    Do you happen to know how to create a executabel that would extract the files and folders in the specified location. For example, create/replace a test folder from the "c:\windows\system32\"

    Thanks
    Dali

  4. #4
    New Member
    Join Date
    Jun 2005
    Posts
    15

    Re: User Logon screen

    Dunno bout that but use dll i think with a text file, in text file u would put username/pw and it woulld work in the form, but i dunno how.

  5. #5
    Banned dglienna's Avatar
    Join Date
    Jun 2004
    Location
    Center of it all
    Posts
    17,901

    Re: User Logon screen

    You could look at this. I helped someone finish it.
    Attached Files Attached Files

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