VB auto click - Printable Version -Shoutbox (https://shoutbox.menthix.net) +-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58) +--- Forum: Skype & Technology (/forumdisplay.php?fid=9) +---- Forum: Tech Talk (/forumdisplay.php?fid=17) +----- Thread: VB auto click (/showthread.php?tid=44271) VB auto click by DJeX on 05-06-2005 at 11:37 PM Hi I'm making a program that will automaticly navigate a website. It's for a friend of mine. I just can't figure out how to click on things in the IE web browser control in VB. Any one have any ideas? RE: VB auto click by Dempsey on 05-06-2005 at 11:43 PM
code: I don't know if that helps but thats how I login into my Google Adsense account through VB. I'm not sure if it works for links. RE: VB auto click by DJeX on 05-06-2005 at 11:55 PM That code does not work for me. I get a "Object varible or With block not set" error. RE: VB auto click by Dempsey on 05-07-2005 at 12:00 AM did you make sure the page was fully loaded before you used it? And did you modify the code or do it on a page that has text fields called 'username' and 'password' ? RE: VB auto click by DJeX on 05-07-2005 at 12:19 AM
this code works better: code: Does any one know how to click on links? RE: VB auto click by Dempsey on 05-07-2005 at 12:27 AM
code:I found that on msdn here you could use that and the link url is in 'strTempText' then u could do like code: RE: VB auto click by DJeX on 05-07-2005 at 01:38 AM Interesting, do you know where I could find all the opetions for the web browser control. Like I never knew there was a .Document thing that you can use to control the web page. I want to know more about that. RE: VB auto click by Dempsey on 05-07-2005 at 08:46 AM Reference for Visual Basic Developers (Internet Explorer - WebBrowser) |