Click here to Skip to main content
15,881,812 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey Friends,
I 'm Looking for Antivirus In Visual bBasic 6.0.
I currently HAVE THE CODE in of antivirus Visual Basic 2008:-

If My.computer.filesystem.FileExists ("Your Virus") then
Msgbox "Virus Found"
Else
Msgbox "Virus Isn't Found"
End if
end sub


But It Won't Be Work If You Wanna To Use It In vb 6.0.
I 'm Researching For Antivirus In Visual Basic 6.0.
Please Help Me!!!!!!! @

kamal_123_joshi@yahoo.co.in
Posted
Comments
Member 14816364 28-Aug-20 6:26am    
Hi a code to scan files depending on time in vb6 do antivirus and scan file by file i want to scan faster

Hello?!?! Are you serious?

If you need to write an antivirus, you should be doing it in C or C++.

Definitely not in VB6!
 
Share this answer
 
Hi! I think that you should have a ton of experience coding in vb before you make an antivirus. It has taken me months to make mine.
Anyway, good luck, here are tons of antivirus projects ALL written in vb 6.0+

http://tinyurl.com/yj65o5h[^]
 
Share this answer
 
Hey,

The code shown above is not a real antivirus program. You need more in-depth experience writing an antivirus application. Anti-virus programs are well designed in C/C++ only.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900