防病毒在Visual Basic 6.0中 [英] Antivirus In Visual Basic 6.0

查看:66
本文介绍了防病毒在Visual Basic 6.0中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿朋友,

我正在寻找Visual BBasic 6.0中的防病毒软件。

我目前有防病毒Visual Basic 2008的代码: -



如果My.computer.filesystem.FileExists(你的病毒)那么

Msgbox发现病毒

其他

Msgbox找不到病毒

结束如果

end sub




但如果你想在vb 6.0中使用它将无法工作。

我在Visual Basic 6.0中研究防病毒。

请帮帮我!!!!!!! @



kamal_123_joshi@yahoo.co.in

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

推荐答案

你好?!?!你是认真的吗?



如果你需要写一个防病毒软件,你应该用C或C ++来做。



绝对不在VB6中!
Hello?!?! Are you serious?

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

Definitely not in VB6!


嗨!我认为在制作防病毒软件之前,你应该有很多使用vb编码的经验。我花了几个月的时间来制造我的。

无论如何,祝你好运,这里有大量的防病毒项目全部用vb 6.0+编写



http://tinyurl.com/yj65o5h [ ^ ]
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[^]


嘿,



上面显示的代码不是真正的防病毒程序。您需要更深入的编写防病毒应用程序的经验。防病毒程序仅在C / C ++中精心设计。
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.


这篇关于防病毒在Visual Basic 6.0中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆