|
-
Oct 20th, 2007, 03:15 PM
#1
Thread Starter
New Member
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.
-
Oct 20th, 2007, 03:45 PM
#2
Fanatic Member
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*"
Live life to the fullest!!
-
Oct 20th, 2007, 03:54 PM
#3
Thread Starter
New Member
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"?
-
Oct 20th, 2007, 05:13 PM
#4
Fanatic Member
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
 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"?
Live life to the fullest!!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|