Quantcast
Channel: VBForums - Visual Basic .NET
Viewing all articles
Browse latest Browse all 27329

[RESOLVED] MsgBox triggers virus

$
0
0
I was trying to work with something that .paul. was telling me to try:

Code:

        MsgBox(0 * 100 / 100) '0
        MsgBox(1 * 100 / 0) 'NaN

Which, .paul., you're correct. I just try to never use division with 0. Anyways, back to my topic, whenever I debug this, AVG says that my application is a Trojan. Take a look at this:

Name:  trojan.png
Views: 56
Size:  36.7 KB

I noticed that it's only with MsgBox and only whenever I try to display an integer. If I call:

Code:

MessageBox.Show(CStr(0 * 100 / 100))

'or

MsgBox("HelloWorld")

Everything is ok. Any reason why this would trigger my AVG?
Attached Images
 

Viewing all articles
Browse latest Browse all 27329

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>