Results 1 to 4 of 4

Thread: [RESOLVED] windows password?

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    269

    Resolved [RESOLVED] windows password?

    Hi,

    To access vb6 application, I want the user to keyin the user name and password, but instead of create a new file to contain the user name and password, can I make my program that use the same Windows authentication?

    Thanks!

  2. #2

  3. #3
    Frenzied Member agmorgan's Avatar
    Join Date
    Dec 2000
    Location
    Lurking
    Posts
    1,383

    Re: windows password?

    You have to think of security here.
    How many people are going to want to input their Windows username and password into a program?

  4. #4
    PowerPoster
    Join Date
    Nov 2002
    Location
    Manila
    Posts
    7,629

    Re: windows password?

    The reason for implementing windows pass through ctrl+alt+del was bacause of the spread of win 9x applications that pretended to be the logon screen. ctrl+alt+del logon was a security feature to handle that...

    If your gonna ask for same user name and pass, or rather test the authenticity on windows the password they supplied for the username you already have, then you've compromised the desktop's security if not hacked.

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