Hello!
Anyone know how you do so by clicking a button it opens your webbrowser then loads a site and once that website is done loading the browser automatically close again?
and after that it will do the same thing as before until I close the program. so it will keep on goin..
I dont even know if this is possible, would appreciate help.
Open webbrowser,load website,close browser. help!
Started by neraniggy, Jan 08 2011 10:46 AM
3 replies to this topic
#1
Posted 08 January 2011 - 10:46 AM
|
|
|
#2
Posted 08 January 2011 - 03:44 PM
You could simply add a webbrowser object to your form and work with that. If you actually want to to open the webbrowser separately you can create a new process (dim myProcess as new process) start it with a url as its path and then kill it when you're done.
#3
Posted 09 January 2011 - 04:35 PM
I got it to work with a timer. :c-thumbup:
I have set it to open a browser,load a site and then close it repeatedly. 100 times.
But I want to add a checkbox and when that is checked it would only do that 50 times.
I get it to stop open/close browser at 50 but then it keeps opening the website in a new tab until it reaches 100.
And I want to have a another checkbox and when that is checked it will start all over again when it reached 100 without me pressing a button..
Hope someone could give me some hints.
Thanks
I have set it to open a browser,load a site and then close it repeatedly. 100 times.
But I want to add a checkbox and when that is checked it would only do that 50 times.
I get it to stop open/close browser at 50 but then it keeps opening the website in a new tab until it reaches 100.
And I want to have a another checkbox and when that is checked it will start all over again when it reached 100 without me pressing a button..
Hope someone could give me some hints.
Thanks
#4
Posted 10 January 2011 - 02:12 AM
It's impossible to know why it doesn't work without looking at your code.


Sign In
Create Account

Back to top









