上网的时候老弹出一个from1的空白小窗口,是不是病毒?

来源:百度知道 编辑:UC知道 时间:2024/06/24 00:11:25
已经这样蛮久了。

而且最近电脑比较卡。

请大家帮我解答啊。

TAT

谢谢了。

from1?

你的电脑里是不是装了VB 或者 C++的应用程序啊?

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace 丽控业务管理系统
{
public partial class frmlogin : Form
{
public static string struserid;
public static string strusermc;
public frmlogin()
{
InitializeComponent();
}

private void btnlogin_Click(object sender, EventArgs e)
{
string soure = "database=lkdata;server=127.0.0.1;user id=sa;password=";
string sqlqxdz = "select qxdm from tb_qxdz where yhdm='" + txtbyhdm.Text.ToString().Trim() + "'";
string sqlyh = "select * from tb_yh where yhdm='" +