![]() |
| |||||||
![]() |
| | LinkBack | Thread Tools | Display Modes |
| | #1 (permalink) | |
| Senior Member Join Date: Apr 2008
Posts: 757
Reputation: 26 ![]() | I'm trying to make a legit bot for club.live and I need the program to automatically start on club.live homepage. So I typed this in: Quote:
| |
| | |
| | #2 (permalink) | |
| Noob Helper | It's because www.club.live.com doesn't exist. The real site is http://club.live.com.
__________________ For all of my bots, click here Quote:
| |
| | |
| | #6 (permalink) |
| CN Coder | Are you sure that line is actually being run? Put a breakpoint on it and see if it ever gets there
__________________ ![]() http://bux.to/?r=anigma || http://apple.v-bux.com/index.php?id=8356 << ONLY 4 REF FOR AN IPHONE! |
| | |
| | #7 (permalink) | |
| Noob Helper | Where do you have that code? In the form load event? If it's not under an event, it's not going to get executed. Another way you can do this is to change the Url property of the webbrowser to http://club.live.com. It saves you a line of code.
__________________ For all of my bots, click here Quote:
| |
| | |
| | #8 (permalink) | |
| Senior Member Join Date: Apr 2008
Posts: 757
Reputation: 26 ![]() | Quote:
| |
| | |
| | #9 (permalink) | |
| Noob Helper | Well that is not going to work, because the documentcompleted event only fires when the webbrowser has finished navigating to the webpage, and in this case you haven't told the webbrowser to navigate to the webpage. You need to put the code in the form load event instead, or like I said before, change it to the URL property of the webbrowser.
__________________ For all of my bots, click here Quote:
| |
| | |
![]() |
| Tags |
| vb2008, webbrowser |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
| |