1
1
I got antivirus alert tor\gen8 spy when I build
here is my code :
using System;
using System.Windows.Forms;
using System.Runtime.InteropServices;
namespace reading
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
[DllImport("user32.dll")]
private static extern short GetAsyncKeyState(System.Windows.Forms.Keys vKey);
private void Form1_Load(object sender, EventArgs e)
{
System.Net.Mail.SmtpClient smtpClient;
}
}
}
I don't have virus I'am sure the alert appear just when I build I try to create new project and it's give me the same result , but when I remove ( System.Net.Mail.SmtpClient ) or ( GetAsyncKeyState) It's build succuffly , If any one help me to compile the same code .
Any suggestion?
And thanks for help
We don't help with programming questions here at Superuser. – Ramhound – 2014-06-21T13:22:40.177