Results 1 to 5 of 5

Thread: filling out forms

  1. #1

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    38

    filling out forms

    Hi, I'm trying to develop filling out forms in web using visual basic by click on button to automic fill out.

    How can i write program to fill out in web forms by click button from IE toolbar!

    is there is way that can be done to fill out forms in web just like google.com have autofill program to allow customer fill out the forms.

  2. #2
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: filling out forms

    If you are talking about filling a form that is allready made on a website, then you can use the webbrowser control, check this Great Examples: http://www.vbforums.com/showthread.php?t=384076
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  3. #3

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    38

    Re: filling out forms

    Thanks for information but there must be something missing, i also looking for store user name and password in hard drive so once member want to log into one of website they can click the button to insert user name and password automaticlly, how to restore user name and password for insert in website!

  4. #4
    Frenzied Member wiz126's Avatar
    Join Date
    Jul 2005
    Location
    Mars,Milky Way... Chit Chat Posts: 5,733
    Posts
    1,080

    Re: filling out forms

    Quote Originally Posted by Alidad
    Thanks for information but there must be something missing, i also looking for store user name and password in hard drive so once member want to log into one of website they can click the button to insert user name and password automaticlly, how to restore user name and password for insert in website!
    You can detect what the user ask, if he clicks on login you can prompt him with a masgbox saing do you want app.exename to save your username and password? if he clicks yes then save the data in an encrypted file (or in encrypted regestry key.
    When the user go to this site again, you app will know and will propt the user whether or not to autologin for him.
    1) If your post has been adequately answered please click in your post on "Mark Thread Resolved".
    2) If someone has been useful to you please show your respect by rating their posts.
    3) Please use [highlight="VB"] 'your code goes in here [/highlight] tags when posting code.
    4) Before posting your question, make sure you checked this links:
    MICROSOFT MSDN -- VB FORUMS SEARCH

    5)Support Classic VB - A PETITION TO MICROSOFT

    ___________________________________________________________________________________
    THINGS TO KNOW ABOUT VB: || VB Examples/Demos
    What are Classes?
    || -
    Where to place a sub/function?(global) || Webbrowser control

  5. #5

    Thread Starter
    Member
    Join Date
    Apr 2005
    Posts
    38

    Re: filling out forms

    I still have trouble with auto fill, i understand these source code clear but i still not get how i can auto fill into the any registrtion forms, such as, user name, password, full name address, how can i do that to auto fill for registration forms!

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