|
-
May 13th, 2000, 05:44 AM
#1
Thread Starter
Fanatic Member
Hi im making a virus scanner and i need to know 2 things, asap.
1. How do i look for files 1 by 1 trough the computer.
Ive already got my ScanFile function, i just need to find all the files on the machine 1 by 1, so i can implament my function as in
ScanFile(File)
2. I need to know if there is any way trough API to figure out what file is being selected while the prog is hidden in the back, and return the path so i can call ScanFile(on the file that is selected) to see if it is infected.
Please! Any help would be GREATLY appriciated!
-
May 13th, 2000, 08:31 AM
#2
You could easily do this if you go here:
http://www.vb-world.net/files/findfiles/
It's not a code example, it's a downloadable project. Steal the code from there and use it in your app.
-
May 13th, 2000, 09:14 AM
#3
how are you doing a virus scanner in VB?
does it scan for the files, or decompile and scan for the source code?
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
|