Results 1 to 7 of 7

Thread: Can This be Created or will it be useless?

  1. #1

    Thread Starter
    New Member
    Join Date
    Jan 2011
    Posts
    3

    Question Can This be Created or will it be useless?

    Im very interested in antiviruses and really enjoy showing overviews of them etc. on youtube. I thought of the idea to make a certain virus infection remover in VB, i wanted to know if i could make an application that would scan the computer for certain listed files that are created by the infection and then remove then with administrative permission. Think this will work and if so what are the commands to force remove a path in VB? I use Vb 2010. I'm looking to make a scanner that will scan the whole computer for "x" registry entry or file and then delete it. I want a bar showing which file is being scanned at the moment, and a progress bar showing how far along in the scanning of the whole systems registry and files in % form. Any help is GREATLY GREATLY appreciated! Also, do you think a browser could be created a in vb an redistributed obviously for no cost?
    Last edited by programstartup; Jan 12th, 2011 at 06:30 PM.

  2. #2

    Thread Starter
    New Member
    Join Date
    Jan 2011
    Posts
    3

    Re: Can This be Created or will it be useless?

    i actually only use vb 2010 so scratch the vb 2008

  3. #3
    PowerPoster Jenner's Avatar
    Join Date
    Jan 2008
    Location
    Mentor, OH
    Posts
    3,712

    Re: Can This be Created or will it be useless?

    IO.File.Delete(path)
    My CodeBank Submissions: TETRIS using VB.NET2010 and XNA4.0, Strong Encryption Class, Hardware ID Information Class, Generic .NET Data Provider Class, Lambda Function Example, Lat/Long to UTM Conversion Class, Audio Class using BASS.DLL

    Remember to RATE the people who helped you and mark your forum RESOLVED when you're done!

    "Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. "
    - Albert Einstein

  4. #4

    Thread Starter
    New Member
    Join Date
    Jan 2011
    Posts
    3

    Re: Can This be Created or will it be useless?

    im looking to make a scanner that will scan the whole computer for "x" registry entry or file and then delete it. I want a bar showing which file is being scanned at the moment, and a progress bar showing how far along in the scanning of the whole systems registry and files in % form. Any help is GREATLY GREATLY appreciated! Also, do you think a browser could be created a in vb an redistributed obviously for no cost?

  5. #5
    Wait... what? weirddemon's Avatar
    Join Date
    Jan 2009
    Location
    USA
    Posts
    3,826

    Re: Can This be Created or will it be useless?

    Making something like this isn't impossible in VB. As long as you're only targeting a specific virus. Like the fake antirvirus apps.

    But, it would be sort of useless (not to offend of course). Since tons of manufacturers release free individual removals tools and there are thousands of viruses.
    CodeBank contributions: Process Manager, Temp File Cleaner

    Quote Originally Posted by SJWhiteley
    "game trainer" is the same as calling the act of robbing a bank "wealth redistribution"....

  6. #6
    King of sapila
    Join Date
    Oct 2006
    Location
    Greece
    Posts
    6,763

    Re: Can This be Created or will it be useless?

    For start i agree with weirddemon that this is of no use.
    If it's a personal hobby then you can click my post on "Get total file size of directories with windows API." you can then see how you can get all the files from a directory structure and above.
    Note, u may better of be using the non API example posted there, for simplicity.I use the API one but that's just me.
    ἄνδρα μοι ἔννεπε, μοῦσα, πολύτροπον, ὃς μάλα πολλὰ
    πλάγχθη, ἐπεὶ Τροίης ἱερὸν πτολίεθρον ἔπερσεν·

  7. #7
    PowerPoster stanav's Avatar
    Join Date
    Jul 2006
    Location
    Providence, RI - USA
    Posts
    9,290

    Re: Can This be Created or will it be useless?

    Yes, it will be useful for your own learning purpose to create such an application. For the vast majority of us, it may or may not be useful at all depending on how effective it is compared to other products.
    Let us have faith that right makes might, and in that faith, let us, to the end, dare to do our duty as we understand it.
    - Abraham Lincoln -

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