473,811 Members | 4,026 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Would this be possible?

Would something like this be possible by writing it within VB.net?

I would like for a program to open up Lavasoft's Ad-Aware, check for any
updates available on the web by clicking on their update button, then if
there is an update, download and install it, if there isn't, go ahead and do
the next thing such as do a full scan of the hard drive and check for
spyware. - Basically what I'm trying to get at is doing everything on
autopilot/automatically like a script.

And then have it open Spybot and then Microsoft's Anti-Spyware and so fourth
and so on.

Is this even remotely possible through using VB.net? If not, what language
is capable of doing this?
--
Nocturnal

Nov 21 '05 #1
2 885
Hi,

You could do this with vb.net. However I know microsoft
antispyware beta will automatically update itself and believe the others
will also.

Here is how to download a file
http://www.windowsformsdatagridhelp....d-65cb7582aef3

Ken
------------------
"Nocturnal" <no*******@anon ymous.com> wrote in message
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Would something like this be possible by writing it within VB.net?

I would like for a program to open up Lavasoft's Ad-Aware, check for any
updates available on the web by clicking on their update button, then if
there is an update, download and install it, if there isn't, go ahead and do
the next thing such as do a full scan of the hard drive and check for
spyware. - Basically what I'm trying to get at is doing everything on
autopilot/automatically like a script.

And then have it open Spybot and then Microsoft's Anti-Spyware and so fourth
and so on.

Is this even remotely possible through using VB.net? If not, what language
is capable of doing this?
--
Nocturnal


Nov 21 '05 #2
well , starting is no problem , pressing the buttons can be done with
sendkeys ( with the shortcuts )
so basicly Yes this can be done :-)

regards

M. Posseth

"Nocturnal" <no*******@anon ymous.com> schreef in bericht
news:%2******** ********@tk2msf tngp13.phx.gbl. ..
Would something like this be possible by writing it within VB.net?

I would like for a program to open up Lavasoft's Ad-Aware, check for any
updates available on the web by clicking on their update button, then if
there is an update, download and install it, if there isn't, go ahead and
do the next thing such as do a full scan of the hard drive and check for
spyware. - Basically what I'm trying to get at is doing everything on
autopilot/automatically like a script.

And then have it open Spybot and then Microsoft's Anti-Spyware and so
fourth and so on.

Is this even remotely possible through using VB.net? If not, what
language is capable of doing this?
--
Nocturnal

Nov 21 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

20
3703
by: Thomas Heller | last post by:
I'm currently working on a new version of py2exe, which will require Python 2.3 and later, because it uses the zipimport mechanism. Since py2exe is a distutils extension, and since C compilers are commonly available on most platforms except Windows, it would be fairly easy to let py2exe generate a C source file installing this import hook, and let distutils' C compiler build an executable file from this. Would this be useful, or would...
16
1614
by: engsol | last post by:
There is a number puzzle which appears in the daily paper. Because I'm between Python projects, I thought it might be fun to write a program to solve it....20 minute job, max. On closer inspection, it became apparent that it's not a simple thing to program. How would you approach it? The puzzle: a 4 x 4 grid. The rows are summed (and given), the cols are summed (and given), and the two diagonals are summed, and given. In addition, 4...
39
2827
by: Antoon Pardon | last post by:
I was wondering how people would feel if the cmp function and the __cmp__ method would be a bit more generalised. The problem now is that the cmp protocol has no way to indicate two objects are incomparable, they are not equal but neither is one less or greater than the other. So I thought that either cmp could return None in this case or throw a specific exception. People writing a __cmp__ method could do the same.
43
6905
by: Mountain Bikn' Guy | last post by:
I have a situation where an app writes data of various types (primitives and objects) into a single dimensional array of objects. (This array eventually becomes a row in a data table, but that's another story.) The data is written once and then read many times. Each primitive read requires unboxing. The data reads are critical to overall app performance. In the hopes of improving performance, we have tried to find a way to avoid the...
2
886
by: Robbo | last post by:
I am scratching my head on this one : I need to install fonts and graphics ( .bmp ) to folders in clients machine. Question is : What is the best way to do this ? what would the correct procedure be in vs.net ? is this possible ? I have implemented activex com objects in aspx before, seams logical that I could somehow create one that would install files on a users machine.
5
2853
by: Tony Cheng | last post by:
for (int i=0; i<_request.Form.Count; i++ ) { string key = _request.Form.GetKey(i); if ( !key.Equals("formCode") && !key.Equals("formLanguage") && !key.Equals("__VIEWSTATE") && !key.Equals("__EVENTARGUMENT") && !key.Equals("__EVENTTARGET") && key.IndexOf("sendButton")<0 && key.IndexOf("clearButton")<0
19
2406
by: Mountain | last post by:
I would like opinions on whether this solution could be important and whether anyone knows if it is already solved. (I would also like to know if anyone thinks it cannot be solved.) First, we start with a general tree (any of the trees that my data structures book calls rooted trees or unordered trees). Then we are given two specific nodes (Na and Nb) that belong to that tree. We would like to know if the second node (Nb) is an...
22
2211
by: iKiLL | last post by:
Hi all I have been asked to develop a solution that is customisable by our clients. It is supposed to run on the Windows Mobile 5.0 CF2.0 environment using Merge Replication.
7
1291
by: =?Utf-8?B?UHVjY2E=?= | last post by:
Hi, I'm using vs2005, .net 2 for windows application. I have 2 solutions that I would like to consolidate into and have just one installation .msi for them, is this possible? So I just just copy and move one of the solution's project file into the other one and create additional setup file in it? Thanks. -- Thanks.
0
9734
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10656
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10397
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
9214
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6897
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5700
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4353
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3879
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3027
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.