Autologin to a web site using Visual basic Program?

@webguru (176)
India
May 25, 2007 1:25pm CST
My frequently want to check some information on a site after logging into it. I wish to write a visual basic program to open that web page invisibly and retrieve the details. After that the program will check it and alert me accordingly. Note that I can't do any modification in web site.
1 person likes this
4 responses
• India
26 Jun 07
hi there.. what u ask for is actually very easy..in fact i have created a similar one...just have to add a search query to modify to match your requirements ... For more info contact me....
• India
26 Jun 07
sorry i didnt write the 3 posts deliberately....actually my connection was lost and i just tried again and again for three times and !@#22$@#4 there are 3 post s of the same kind....for the post owners and mylot moderators...please do something about this...if one post is same as another post that was posted in recent past then inform the user ...... thank you...
• India
26 Jun 07
hi there.. what u ask for is actually very easy..in fact i have created a similar one...just have to add a search query to modify to match your requirements ... For more info contact me....
• India
26 Jun 07
hi there.. what u ask for is actually very easy..in fact i have created a similar one...just have to add a search query to modify to match your requirements ... For more info contact me....
@brothertuck (1257)
• United States
25 May 07
I actually think a javascript or some browser add on for FireFox might be a better solution. No matter how you access a web page it has to be queried, which means you have to ask for the page and it is sent, so it can't be totally invisible. But I know there are ways you can access only parts of pages or just get certain info, though I have never written such a program or script. Search in javascript sites that list scripts and in broswer add on sites to see if someone already made something similar and either use it for your purpose or if you know how to program, then adjust it to your use.