VB password login, vb write QQ automatic login password

Updated on Game 2024-04-22
17 answers
  1. Anonymous users2024-02-08

    Add the user's relevant information to the database, and then add a button on the interface, called password retrieval, click the button, the form of getting the password will be displayed, and then let the customer enter the relevant information, compare it with the database, if it is correct, it will display the interface of changing the password, and then click Save after the modification, and change the password. The database can be passwordd.

  2. Anonymous users2024-02-07

    If you don't want to connect to the database, you can convert the password to save it.

  3. Anonymous users2024-02-06

    Dear QQ Space users: On the occasion of the winter vacation, in order to provide you with better services, QQ Space has recently upgraded and maintained. During the maintenance process, some users may not be able to successfully open other people's spaces. We apologize for any inconvenience caused.

  4. Anonymous users2024-02-05

    Encrypt it and load it. txt, if you need to decrypt it with **.

  5. Anonymous users2024-02-04

    You can make a database of those passwords!

  6. Anonymous users2024-02-03

    QQ allows passwords to be up to 16 digits.

  7. Anonymous users2024-02-02

    QQ's password has more than 20 digits, and when you log in, you always say that the password is wrong!

    It's because there's something wrong with your MD5 encryption algorithm.

    But your specific encryption algorithm is not on it, so you can't tell you what is wrong.

    I guess it's because the bit length of the encryption algorithm is too small.

  8. Anonymous users2024-02-01

    Enter the first 16 digits when you enter your password and give it a try! ~!

  9. Anonymous users2024-01-31

    The property of the text box can be set to password.

    This is how all programming is set up in several books.

  10. Anonymous users2024-01-30

    Try setting the property of the text box to password.

  11. Anonymous users2024-01-29

    if ucase("abcdefg" then 'abcdefg is the password, ucase can be replaced with lcase (but the password must be uppercase).

    The password is correct. else

    Wrong password. end if

  12. Anonymous users2024-01-28

    In the textbox attribute passwordchar, set the value to *

  13. Anonymous users2024-01-27

    You can use the registry.

    You can use the database (just search for one).

    You can use ini

    Creating your own files in a more hidden place (with an open statement) can also be stored in the program itself (that's more advanced). There is also the possibility of putting files on the network.

    And then there is. From the information of this computer, such as the serial number of the hard disk, the password is calculated (that is, the password generated by the program cannot be changed).

  14. Anonymous users2024-01-26

    Databases, of course.

    SQL or Access

  15. Anonymous users2024-01-25

    pword = 0

    msgbox "The password is correct, continue! "

    Change to pword=""

    After being correct once pword=0

    The correct password for the second time becomes 0lading

    That's why the password is wrong.

  16. Anonymous users2024-01-24

    pword = 0 =>pword = ""

    msgbox "The password is correct, continue! "

    counter = 0

    Let's see if you can.

  17. Anonymous users2024-01-23

    The easiest way to do this is to use sendkeys, count the number of tabs, and then enter the content. Previously, you need to add a webbrowser control, and you need to setfocus twice before sending sendkeys. Of course, there is also a way to use the API to control submissions.

    Draw a textbox on the window, a webbrowser approximate operation** as follows, because this method needs to be written according to the page you actually visit, so there is still a lot of work to be done, this can only provide you with ideas. option explicit dim mainurl as string private sub login() on error goto errc pause (1) sendkeys "", true'This number of tabs requires an actual count. sendkeys "id", true'The username is sendkeys"", true sendkeys "pw", true'Password sendkeys"", true exit sub errc: =

Related questions
4 answers2024-04-22

In the desktop properties, set your monitor's refresh rate to the highest. >>>More

9 answers2024-04-22

That could be IE's system file is broken, or the secondary hyperlink may be broken. I did it as follows. >>>More

15 answers2024-04-22

usermode) to enter the system. Enter: mountuw and press enter. >>>More

5 answers2024-04-22

1. Log in with admin.

In the past, the old version of Tengda wireless router had a default login password of admin. >>>More

15 answers2024-04-22

Hello, it is an honor to serve you.

Question: How to remove the login password of Windows? Solution: >>>More