|
-
Mar 24th, 2006, 11:00 AM
#1
Thread Starter
Member
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.
-
Mar 24th, 2006, 11:08 AM
#2
Frenzied Member
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
-
Mar 24th, 2006, 01:21 PM
#3
Thread Starter
Member
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!
-
Mar 24th, 2006, 02:55 PM
#4
Frenzied Member
Re: filling out forms
 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.
-
Mar 25th, 2006, 09:38 AM
#5
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|