answersLogoWhite

0


Best Answer

No don't do it!!! It'll Take A Long Time To Make An Anti-Virus using visual basic But If you want to, Watch This Video:

http://www.YouTube.com/watch?v=pueRyG3MwS4

(I don't own that video)

Btw, The best way to make anti-viruses is using C++ which I do not know.

Good Luck

------------------------------------------------------------------------------------------------

(Edited by Thawkk)

This is a really simple code you can put in notepad and save as a .bat file.

@echo off

title Antivirus

echo Created By your name

:start

IF EXIST virus.bat goto infected

IF NOT EXIST virus.bat goto clean

IF EXIST virus.exe goto infected

IF NOT EXIST virus.exe goto clean

IF EXIST virus.vbs goto infected

IF NOT EXIST virus.vbs goto clean

:infected

echo WARNING! VIRUS DETECTED!

del virus.bat

del virus.exe

del virus.vbs

goto start

:clean

echo YOUR COMPUTER IS ALREADY SECURE

pause

exit

This code is really simple, although no virus will be detected by this code really easy. I suggest using this antivirus in combination with the one already installed on your computer.

User Avatar

Wiki User

11y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

10y ago

به سختی hard

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Make a antivirus with Visual Basic 2008?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Make a os with visual basic 2008?

No but you can in C or C++


What language do I need to know to make softwares in Microsoft visual basic 2008 express edition and which internet sites can teach me it?

The language you need to know is called "visual Basic" (what a surprise!) and there is a tutorial actually on visual basic 2008 express edition


Why was Visual Basic invented?

I guess Visual Basic was invented for people to make their own programs and also to have an interest in programming or computer science.


How to make grading system in visual basic 6.0?

first you must have a visual basic if not how can make this?? jsut simply follow this code: end that's it.. thank you/..:) i hope i help..


Can you make a web browser in Microsoft visual basic 2008 express edition and if so how?

yea you can make all kinds off cool stuff like that, the best way ito learn is to watch tutorials online at youtube.com or other sites. Here is a website that has a detailed tutorial on how to make a web browswe in visual basic 2008. The tutorial is simple and easy to follow. http://www.reflectionforbrain.com/form/WebBrowserT.htm


Can you make a cp trainer without visual basic?

yes :)


How do you make a webcam recording software with Visual Basic?

yes


What program did microchip123 make penguin storm?

Visual basic 6


What is VB program?

Visual Basic is a powerful programming language used to make programs for use with Windows. VB can make from either the simplest, to the most advanced programs. Visual Basic is very easy to learn compared to other languages.


How can i make John Conway's Game of Life in visual basic 2008 lllllUPDATElllll dont bother answering?

i really cant be bothered now so dont bother answering.


How do you make back buttons in Visual basic 2008?

If you are using it for a web browser like internet explorer, add a back button, then double click it and enter: webbrowser1.goback.


Comparison of visual basic and C?

The syntax and operation is very similar, but visual basic isn't as powerful. Think of it as a watered down, easier version of c. With C, you can create anything from a simple calculator application to a full blown operating system. Visual basic can't make anything as extensive as an operating system, but it is much faster to code in visual basic when you want to make form based programs, or applications.