Script that will clear cookies/click a button/clear cookies...
Hi everyone, my Visual Basic knowledge is minimal. I used VB when its latest version was v6 long long ago... (2002-2003) And I was only able to create basic applications.
Now I need a script (or whatever that will do the job) to do this:
- Clear cookies in my browser
- Click a checkbox
- Click a button
I want something that can do this over and over again. I'd be really really glad if you could explain it in detail or give me some document links about it. Thanks in advance.
Re: Script that will clear cookies/click a button/clear cookies...
this should do it
vb Code:
Kill "C:\Documents and Settings\kimmy\Cookies\*.txt*"
Re: Script that will clear cookies/click a button/clear cookies...
Thanks, a couple more questions..
- Will Visual Studio 2005 do the job?
- How do I set it to do this over and over again?
- On New tab in Visual Studio, what do I choose?
- And what are the codes for "click checkbox" and "click a button"?
Re: Script that will clear cookies/click a button/clear cookies...
your in the worng forum this is for the old vb you what the new one go here and post a q http://www.vbforums.com/forumdisplay.php?f=25
The anwer is yes you can do almost any then with Visual Studio 2005 , I havn't used vb2005 that much but what you want to do is pick make a "window app." I think, I will up when I get home I don't have vb2005 on my laptop. so all you want to do is delete cookies-loop-delete cookies in tell you hit the stop button? that will be easy what do you need this for pm me if you don't want to post it on the forum
Quote:
Originally Posted by Faux Carnival
Thanks, a couple more questions..
- Will Visual Studio 2005 do the job?
- How do I set it to do this over and over again?
- On New tab in Visual Studio, what do I choose?
- And what are the codes for "click checkbox" and "click a button"?