Results 1 to 3 of 3

Thread: Virus Scanner, Please Help!

  1. #1

    Thread Starter
    Fanatic Member invitro's Avatar
    Join Date
    Jan 2000
    Location
    Outside your window
    Posts
    547

    Unhappy

    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!

  2. #2
    Guest
    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.

  3. #3
    Guest
    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
  •  



Click Here to Expand Forum to Full Width